knife lunge

This commit is contained in:
ineed bots
2023-12-10 05:38:44 -06:00
parent 2cba86826c
commit 56ba69b266
5 changed files with 75 additions and 9 deletions

View File

@@ -118,6 +118,17 @@ BotBuiltinIsBot()
return false;
}
/*
Sets melee params
*/
BotBuiltinBotMeleeParams( yaw, dist )
{
if ( isDefined( level.bot_builtins ) && isDefined( level.bot_builtins["botmeleeparams"] ) )
{
self [[ level.bot_builtins["botmeleeparams" ]]]( yaw, dist );
}
}
/*
Returns if player is the host
*/