This commit is contained in:
ineed bots
2023-07-17 23:18:52 -06:00
parent 8a9aa8fdb4
commit 91d1728e41
9 changed files with 258 additions and 193 deletions

View File

@@ -78,6 +78,9 @@ init()
if ( getDvar( "bots_t8_mode" ) == "" )
setDvar( "bots_t8_mode", false );
if ( getDvar( "bots_play_opendoors" ) == "" )
setDvar( "bots_play_opendoors", true );
if ( !isDefined( game["botWarfare"] ) )
game["botWarfare"] = true;