This commit is contained in:
INeedBots 2020-11-30 02:33:51 -06:00
parent c1091994f8
commit e79dea5ad2

View File

@ -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();
} }
} }