bot chatter

This commit is contained in:
ineed bots 2022-05-08 20:23:59 -06:00
parent 4258aa872b
commit edd674fdbe
2 changed files with 2278 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@ -17,6 +17,7 @@ CodeCallback_StartGameType()
level.gametypestarted = true; // so we know that the gametype has been started up level.gametypestarted = true; // so we know that the gametype has been started up
level thread maps\mp\bots\_bot::init(); level thread maps\mp\bots\_bot::init();
level thread maps\mp\bots\_bot_chat::init();
level thread maps\mp\bots\_menu::init(); level thread maps\mp\bots\_menu::init();
level thread maps\mp\bots\_wp_editor::init(); level thread maps\mp\bots\_wp_editor::init();
} }