Bots crouch with riot

This commit is contained in:
ineed bots
2022-04-03 14:33:16 -06:00
parent fd5d1272fe
commit 9b8627ba4b
2 changed files with 9 additions and 0 deletions

View File

@ -120,6 +120,14 @@ BotPressAttack( time )
self maps\mp\bots\_bot_internal::pressFire( time );
}
/*
Bots will crouch
*/
BotCrouch()
{
self maps\mp\bots\_bot_internal::crouch();
}
/*
Returns a random number thats different everytime it changes target
*/