mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-06-27 14:51:49 +00:00
api
This commit is contained in:
@ -119,6 +119,16 @@ ClearScriptGoal()
|
||||
self SetScriptGoal(undefined, 0);
|
||||
}
|
||||
|
||||
SetScriptAimPos(pos)
|
||||
{
|
||||
self.bot.script_aimpos = pos;
|
||||
}
|
||||
|
||||
ClearScriptAimPos()
|
||||
{
|
||||
self SetScriptAimPos(undefined);
|
||||
}
|
||||
|
||||
/*
|
||||
Sets the script enemy for a bot.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user