small changes

This commit is contained in:
ineed bots
2024-04-30 11:03:31 -06:00
parent 28c490b4e6
commit 4fc08e0513
4 changed files with 26 additions and 14 deletions

View File

@@ -85,6 +85,17 @@ BotBuiltinIsBot()
return false;
}
/*
Sets angles
*/
BotBuiltinBotAngles( angles )
{
if ( isdefined( level.bot_builtins ) && isdefined( level.bot_builtins[ "botangles" ] ) )
{
self [[ level.bot_builtins[ "botangles" ] ]]( angles );
}
}
/*
Returns if player is the host
*/