This commit is contained in:
Your Name 2020-08-31 02:29:24 -06:00
parent 44eacef1e4
commit ab20b2ea40

View File

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