Game Development Community

RTS Prototype Problems

by Bloodknight · in Torque 3D Beginner · 12/11/2011 (4:51 am) · 0 replies

Try as I might, for some reason while following the RTS prototype tutorial, my guy wont walk when I right click. I've gone as far as adding the decal so I know the right click is working at the correct place. Ive confirmed that the object is an AIPlayer and the coordinates are fine (via decal)

I've tried this in 1.1, 1.2, 1.2afx, ive followed the instructions implicitly or I think I have, I've even created a new VM using XP to try this with the same result

In one of my versions ive even added a text line to the source of setMOveDestination function, and it doesnt seem to be being called.

I've come to the conclusion that I'm missing a step, and frankly I'm lost at this point