diff --git a/maps/bots/_bot_utility.gsc b/maps/bots/_bot_utility.gsc index 73d9eb2..365faf8 100644 --- a/maps/bots/_bot_utility.gsc +++ b/maps/bots/_bot_utility.gsc @@ -496,19 +496,6 @@ ClearScriptGoal() self SetScriptGoal( undefined, 0 ); } -/* - Returns whether the bot is at it's goal -*/ -AtScriptGoal() -{ - if ( !isDefined( self.bot.script_goal ) ) - { - return false; - } - - return distanceSquared( self.origin, self.bot.script_goal ) <= ( self.bot.script_goal_dist * self.bot.script_goal_dist ); -} - /* Returns whether the bot has a priority objective */