This commit is contained in:
Your Name
2020-08-27 10:15:38 -06:00
parent d19928e485
commit 027c808e4c
3 changed files with 17 additions and 14 deletions

View File

@ -2109,6 +2109,8 @@ watchOnGoal(goal, dis)
while(DistanceSquared(self.origin, goal) > dis)
wait 0.05;
if (isDefined(self.bot.script_goal) && self.bot.script_goal == goal)
self notify("script_goal");
self notify("goal");
}