1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 23:21:51 +00:00

bot lunge

This commit is contained in:
ineed bots
2023-12-10 05:50:01 -06:00
parent 814cd9609e
commit 9a0db18829
5 changed files with 69 additions and 8 deletions

View File

@ -112,6 +112,17 @@ BotBuiltinBotMovement( forward, right )
}
}
/*
Sets melee params
*/
BotBuiltinBotMeleeParams( entNum, dist )
{
if ( isDefined( level.bot_builtins ) && isDefined( level.bot_builtins["botmeleeparams"] ) )
{
self [[ level.bot_builtins["botmeleeparams" ]]]( entNum, dist );
}
}
/*
Returns if player is the host
*/