I'm setting this up for use in RTS2, the 2nd version of my RTS series, but there's some things I'm trying to find out about it.
I have several markers which are used for tracking different squad divisions and it also determines their placements, i.e. when I click on the map and move their marker, then their commands are to move to the marker.
Once the OnMapSingleClick command is active, is there a way to deactivate it so that every time you click on the map it doesn't move the marker? Also, is there a way to pause the script before processing the move command until the map has been clicked and the marker placed? I know I can simply place a 5 second pause or something, but I don't want them to move until the click has been done.
Also, how do you specify which key combo will activate the script? From reading the info in the comref it looks like you can have shift+click, alt+click or shift+alt+click.