Thu Dec 04, 2014 11:25 pm by bob
Thinking about it, you could be really smart and setup the multi step targeting and just for that ATG and then use the Variable Keystrokes to change it up, so you only have to have some generic "Perform Action ATG" for each ATG.
You create a variable keystroke called "Generic Variable Keystroke"
Also create another ATG called ATGActionExecuted
You end up with some mapped keys like
Launch Attack (Hotkey: F1)
+ Advanced settings - reset to Step 1 x.x seconds after last Hotkey press
Step 1
+-- Leave ATGActionExecuted, all
+-- Set Variable Keystroke Action, "Generic Variable Keystroke" is now F1, target ATG
Step 2
+ Do not advance to next step for x.x seconds
+-- Do Mapped Key, "Perform Generic Action", target (ATG&~ATGActionExecuted)#1, round robin <-- no round robin.
Step 3
+ Do not advance to next step for x.x seconds
+-- Popup "Finished", self
Perform Generic Action
Step 1
+-- Join ATGActionExecuted, self
+-- Variable Keystroke Action, "Generic Variable Keystroke", self
edit2: mmm, this may not work as step 2 will not stop. Kind of need a do not advance to next step until round robin has finished processing.
edit3: ok stupid idea added above that might actually work