I just updated the Highlight Planes/Strips Greasemonkey script (http://
www.mikemontalvo.com/index.php?blog=6&title=highlight_planes_and_strips_in_atc_sim)
to be able to take certain multiple commands.
Valid command examples (beside the ones that are valid now):
In the air
UAL174 C 250 5 // clear 250 deg 5000ft
UAL174 C 5 250 // same as above, order of speed, altitude and
waypoint doesn't matter
UAL174 C 5 BOLES // clear to 5000ft via BOLES waypoint
UAL174 C 270 3 S 190 // clear 270 to 3000ft, change speed to 190
UAL174 C 270 3 S 190 X // same as above, but expedite all commands,
EX works as well
You can append X to any combo and it will expedite all commands.
On the ground
UAL174 C 9 BOLES T // departure clearance to 9000 ft via BOLES,
clear for takeoff
UAL174 C 4 BOLES H // departure clearance to 4000ft via BOLES,
position and hold
You can append T or H to any departure clearance.
All other commands stay the same and require the same format as
before. All commands, including all C commands work as before as
well. This script simply allows you to combine certain commands on the
same line. You cannot combine any other commands other than the one's
shown and all "combo" commands must start with C. (i.e. you cant say
UAL174 S 190 C 5, you must say UAL174 C 5 S 190)
I haven't tested this a whole lot so use at your own risk...i.e. don't
attempt a top score with it enabled until people test it out some.
Download script:
http://www.mikemontalvo.com/code/atc-sim/atc_helper.user.js
(requires Greasemonkey extension to work)
Only tested in firefox. Feedback welcome and encouraged.
Jay, this is an awesome sim and I'm very addicted to it. I hope you
don't mind me doing this. Feel free to use any of the code if you want
to build it into the program in the next version, though I suspect
building it in would require completely different approach.
-Mike