add melee lunge

This commit is contained in:
ineed bots
2023-12-13 19:18:14 -06:00
parent 5df8f4fcc6
commit 7d3bef6309
4 changed files with 113 additions and 28 deletions

View File

@ -174,6 +174,16 @@ BotBuiltinBotMeleeParams( yaw, dist )
}
}
/*
*/
BotBuiltinClearMeleeParams()
{
if ( isDefined( level.bot_builtins ) && isDefined( level.bot_builtins["clearbotmeleeparams"] ) )
{
self [[ level.bot_builtins["clearbotmeleeparams" ]]]();
}
}
/*
Returns an array of all the bots in the game.
*/