This commit is contained in:
Your Name 2020-07-25 11:43:38 -06:00
parent 3bf31e4eae
commit 8aeca87111

View File

@ -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.
*/ */