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:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user