diff --git a/main_shared/maps/mp/bots/_bot_utility.gsc b/main_shared/maps/mp/bots/_bot_utility.gsc index adf1f35..9bc4147 100644 --- a/main_shared/maps/mp/bots/_bot_utility.gsc +++ b/main_shared/maps/mp/bots/_bot_utility.gsc @@ -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. */