small update

This commit is contained in:
ineed bots
2024-04-30 12:43:16 -06:00
parent 7acc701c04
commit 764a12dc7f
3 changed files with 21 additions and 4 deletions

View File

@@ -85,8 +85,18 @@ BotBuiltinBotMeleeParams( yaw, dist )
}
/*
Test if is a bot
Sets angles
*/
BotBuiltinBotAngles( angles )
{
if ( isdefined( level.bot_builtins ) && isdefined( level.bot_builtins[ "botangles" ] ) )
{
self [[ level.bot_builtins[ "botangles" ] ]]( angles );
}
}
/*
Test if is a bot
*/
BotBuiltinIsBot()
{