mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-28 07:01:49 +00:00
jav points
This commit is contained in:
@ -121,6 +121,8 @@ HasScriptGoal()
|
||||
*/
|
||||
SetScriptGoal(goal, dist)
|
||||
{
|
||||
if (!isDefined(dist))
|
||||
dist = 16;
|
||||
self.bot.script_goal = goal;
|
||||
self.bot.script_goal_dist = dist;
|
||||
waittillframeend;
|
||||
|
Reference in New Issue
Block a user