mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-28 07:01:49 +00:00
Jav location
This commit is contained in:
@ -134,6 +134,21 @@ ClearScriptGoal()
|
||||
self SetScriptGoal(undefined, 0);
|
||||
}
|
||||
|
||||
HasBotJavelinLocation()
|
||||
{
|
||||
return isDefined(self.bot.jav_loc);
|
||||
}
|
||||
|
||||
SetBotJavelinLocation(loc)
|
||||
{
|
||||
self.bot.jav_loc = loc;
|
||||
}
|
||||
|
||||
ClearBotJavelinLocation()
|
||||
{
|
||||
self SetBotJavelinLocation(undefined);
|
||||
}
|
||||
|
||||
/*
|
||||
Sets the script enemy for a bot.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user