Hi, ;D
Can someone tell me why this unit refuses to walk to it's destination
This is what I am using
"civilian" createunit [getpos object 64690,group (leader),"b = this",1,"Private"];
b setspeedmode "limited";
b setbehaviour "careless";
b setcombatmode "blue"
~2
b domove (getpos (object 65022))
He always runs to this position. I want him to walk. I dont get it because if I use waypoints in the editor and set the unit to limited and careless he will walk.
Thanks for the help