This commit is contained in:
Your Name
2020-08-30 13:42:08 -06:00
parent 054397f7da
commit 7de8d0e0ba
3 changed files with 58 additions and 53 deletions

View File

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