mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-06-27 06:41:51 +00:00
more msg
This commit is contained in:
@ -1269,7 +1269,7 @@ doWalk(goal, dist)
|
|||||||
|
|
||||||
if(DistanceSquared(self.origin, goal) > distsq)
|
if(DistanceSquared(self.origin, goal) > distsq)
|
||||||
{
|
{
|
||||||
self movetowards(goal);
|
self movetowards(goal); // any better way??
|
||||||
}
|
}
|
||||||
|
|
||||||
self notify("finished_goal");
|
self notify("finished_goal");
|
||||||
|
Reference in New Issue
Block a user