mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 13:55:43 +00:00
Stop move on game end
This commit is contained in:
parent
835b3d597c
commit
f58e91b762
@ -2061,6 +2061,7 @@ doWalkScriptNotify()
|
|||||||
*/
|
*/
|
||||||
doWalk( goal, dist, isScriptGoal )
|
doWalk( goal, dist, isScriptGoal )
|
||||||
{
|
{
|
||||||
|
level endon ( "game_ended" );
|
||||||
self endon( "kill_goal" );
|
self endon( "kill_goal" );
|
||||||
self endon( "goal_internal" ); //so that the watchOnGoal notify can happen same frame, not a frame later
|
self endon( "goal_internal" ); //so that the watchOnGoal notify can happen same frame, not a frame later
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user