arunkumarmunusamy / bitfighter

Automatically exported from code.google.com/p/bitfighter
Other
0 stars 0 forks source link

Queue command #466

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
/queue command -- This command would essentially create a playlist on the fly. 
If I know what level to choose after the current level ends, I can use /queue 
to set that up so I don't have to change the level manually at the start of the 
new round and annoy everybody. It's also helpful for if I have an idea of 
several levels to play and want to have them load automatically instead of 
potentially forgetting.

Here's how it works: type /queue mapname to add a level to the queue. Type 
multiple levels in a single command (ex. /queue Airlock Geowar Capture01) and 
the levels will be added to the queue in that order. After the queue is set, 
anytime I use /queue mapname, it adds that level to the back of the queue. So 
if after typing /queue Airlock I then type /queue Serpentine, it crafts a queue 
in that order (1. Airlock 2. Serpentine). To start over, /clearqueue erases the 
queue.

(If that was confusing, see this thread for clarity in color: 
http://bitfighter.org/forums/viewtopic.php?f=4&t=2493)

Original issue reported on code.google.com by Jomskylark on 26 Oct 2014 at 4:28