mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-22 07:55:43 +00:00
fix cap
This commit is contained in:
parent
c1091994f8
commit
e79dea5ad2
@ -3952,7 +3952,7 @@ bot_cap()
|
|||||||
self thread bot_inc_bots(theirzone);
|
self thread bot_inc_bots(theirzone);
|
||||||
self thread bot_escort_obj(myflag, carrier);
|
self thread bot_escort_obj(myflag, carrier);
|
||||||
|
|
||||||
if(self waittill_any( "goal", "bad_path", "new_goal" ) != "new_goal")
|
if(self waittill_any_return( "goal", "bad_path", "new_goal" ) != "new_goal")
|
||||||
self ClearScriptGoal();
|
self ClearScriptGoal();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user