Quote:
my.skill46 += 10 * time; // "walk" animation speed


It has to be time_step in that line, too.

Then you should define temp as following:

VECTOR* temp = { x = 0; y = 0; z = 0; }

And change the null keyword to NULL in this line:

Quote:
if (destination != null)


Last edited by RedPhoenix; 06/04/09 16:28.