mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2026-09-26 15:07:08 +00:00
Getting ready for a release
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
init()
|
||||
{
|
||||
level.bw_version = "2.3.0 PR 1";
|
||||
level.bw_version = "2.3.0";
|
||||
|
||||
if ( getcvar( "bots_main" ) == "" )
|
||||
{
|
||||
@@ -131,11 +131,6 @@ init()
|
||||
setcvar( "bots_skill_max", 7 );
|
||||
}
|
||||
|
||||
if ( getcvar( "bots_loadout_rank" ) == "" ) // what rank the bots should be around, -1 is around the players, 0 is all random
|
||||
{
|
||||
setcvar( "bots_loadout_rank", -1 );
|
||||
}
|
||||
|
||||
if ( getcvar( "bots_play_move" ) == "" ) // bots move
|
||||
{
|
||||
setcvar( "bots_play_move", true );
|
||||
|
||||
@@ -173,7 +173,7 @@ doGreetings()
|
||||
wait 1;
|
||||
self iprintln( "Welcome to Bot Warfare " + self.name + "!" );
|
||||
wait 5;
|
||||
self iprintln( "Press [{+attack}] + [{+activate}] + [{+melee_breath}] to open menu!" );
|
||||
self iprintln( "Press [{+attack}] + [{+activate}] + [{+melee_breath}] / [{+melee}] to open menu!" );
|
||||
}
|
||||
|
||||
watchPlayerOpenMenu()
|
||||
|
||||
Reference in New Issue
Block a user