mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-22 18:25:44 +00:00
fix
This commit is contained in:
parent
76aacccc08
commit
90c05daccf
@ -1208,7 +1208,10 @@ killWalkOnEvents()
|
||||
self endon("disconnect");
|
||||
self endon("death");
|
||||
|
||||
self waittill_any("flash_rumble_loop", "new_enemy", "new_goal_internal", "goal_internal", "bad_path_internal");
|
||||
ret = self waittill_any_return("flash_rumble_loop", "new_enemy", "new_goal_internal", "goal_internal", "bad_path_internal");
|
||||
|
||||
if (ret == "goal_internal")
|
||||
waittillframeend;
|
||||
|
||||
self notify("kill_goal");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user