This commit is contained in:
Your Name 2020-08-31 02:29:18 -06:00
parent 4420a2b85b
commit 881338908f

View File

@ -123,6 +123,7 @@ SetScriptGoal(goal, dist)
{
self.bot.script_goal = goal;
self.bot.script_goal_dist = dist;
waittillframeend;
self notify("new_goal_internal");
self notify("new_goal");
}