airdrop test

This commit is contained in:
Your Name
2020-08-14 16:02:56 -06:00
parent a43849dcb3
commit e143a65941
3 changed files with 112 additions and 20 deletions

View File

@ -36,6 +36,11 @@ throwBotGrenade(gname)
return self maps\mp\bots\_bot_internal::botThrowGrenade(gname);
}
botIsClimbing()
{
return self.bot.climbing;
}
BotGetTargetRandom()
{
if (!isDefined(self.bot.target))