mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-07-11 13:31:48 +00:00
Some bot chatter foundations
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user