Hi All,
Forgive me here, since I haven't actually _tried_ this before asking:
Can one command store a variable that another one can read? I'm envisioning a toggle that will let me switch between single-target and AoE rotations without having to mess with rebinding.
I will take a run through the docs again, since that might also clear up this question.
Thanks,
Tot



I think this section of the documentation answers my question:
Variables
Variables in GCP may be set by calc, set and get commands (along with a few special cases set by the system or user functions)
[=null]Once a variable is set, it can be used in any command[/] by enclosing its name in percent symbols (e.g. %MyVar%). The value of the variable will be substituted where this placeholder is found. These placeholders can be used in any part of a command line.
--Tot