Some bot chatter foundations

This commit is contained in:
ineed bots
2022-04-17 13:15:38 -06:00
parent 551e01326d
commit b6e06f73f4
4 changed files with 227 additions and 0 deletions

View File

@ -1040,6 +1040,8 @@ doKillcamStuff()
self endon( "disconnect" );
self endon( "killcam_ended" );
self BotNotifyBotChat("killcam", "start");
wait 0.5 + randomInt( 3 );
if ( randomInt( 100 ) > 25 )
@ -1048,6 +1050,8 @@ doKillcamStuff()
wait 0.1;
self notify( "abort_killcam" );
self BotNotifyBotChat("killcam", "stop");
}
/*