1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 23:21:51 +00:00

changed menu button to N

This commit is contained in:
ineedbots
2021-05-14 14:08:29 -06:00
parent 6e34e346b7
commit 3270e04d82
3 changed files with 133 additions and 2 deletions

View File

@ -110,7 +110,7 @@ doGreetings()
wait 1;
self iPrintln("Welcome to Bot Warfare "+self.name+"!");
wait 5;
self iPrintln("Press [{+actionslot 5}] to open menu!");
self iPrintln("Press [{+actionslot 1}] to open menu!");
}
watchPlayerOpenMenu()
@ -118,7 +118,7 @@ watchPlayerOpenMenu()
self endon ( "disconnect" );
self endon ( "bots_kill_menu" );
self notifyOnPlayerCommand( "bots_open_menu", "+actionslot 5" );
self notifyOnPlayerCommand( "bots_open_menu", "+actionslot 1" );
for(;;)
{
self waittill( "bots_open_menu" );