mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-22 02:15:42 +00:00
api
This commit is contained in:
parent
3bf31e4eae
commit
8aeca87111
@ -119,6 +119,16 @@ ClearScriptGoal()
|
|||||||
self SetScriptGoal(undefined, 0);
|
self SetScriptGoal(undefined, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SetScriptAimPos(pos)
|
||||||
|
{
|
||||||
|
self.bot.script_aimpos = pos;
|
||||||
|
}
|
||||||
|
|
||||||
|
ClearScriptAimPos()
|
||||||
|
{
|
||||||
|
self SetScriptAimPos(undefined);
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Sets the script enemy for a bot.
|
Sets the script enemy for a bot.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user