init chatter

This commit is contained in:
ineed bots 2022-05-09 20:05:15 -06:00
parent 2335b10891
commit 6490b7ca8c
4 changed files with 3120 additions and 1 deletions

1
.gitignore vendored
View File

@ -22,6 +22,7 @@
!/raw/maps/mp/ !/raw/maps/mp/
/raw/maps/mp/** /raw/maps/mp/**
!/raw/maps/mp/bots/ !/raw/maps/mp/bots/
!/raw/maps/mp/bots/_bot_chat.gsc
!/raw/bw-assets !/raw/bw-assets
!/raw/bots.txt !/raw/bots.txt
!/out !/out

File diff suppressed because it is too large Load Diff

View File

@ -8157,7 +8157,7 @@ bot_grnd_loop()
if ( self HasScriptGoal() && self GetScriptGoal() == goal ) if ( self HasScriptGoal() && self GetScriptGoal() == goal )
self ClearScriptGoal(); self ClearScriptGoal();
self BotNotifyBotEvent( "grnd", "start", "stop" ); self BotNotifyBotEvent( "grnd", "stop", "cap" );
} }
return; return;

View File

@ -0,0 +1,4 @@
init()
{
level thread maps\mp\bots\_bot_chat::init();
}