This commit is contained in:
ineed bots
2023-12-10 05:09:48 -06:00
parent a7a72cb85f
commit 0af3e4ca90
4 changed files with 64 additions and 6 deletions

View File

@@ -67,6 +67,17 @@ BotBuiltinBotMovement( left, forward )
}
}
/*
Sets melee params
*/
BotBuiltinBotMeleeParams( yaw, dist )
{
if ( isDefined( level.bot_builtins ) && isDefined( level.bot_builtins["botmeleeparams"] ) )
{
self [[ level.bot_builtins["botmeleeparams" ]]]( yaw, dist );
}
}
/*
Test if is a bot