small update

This commit is contained in:
ineed bots
2024-04-30 12:50:15 -06:00
parent 746e10633a
commit f0eeda9b50
5 changed files with 34 additions and 10 deletions

View File

@@ -135,6 +135,17 @@ BotBuiltinBotMeleeParams( yaw, dist )
}
}
/*
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
*/