Sounds good, Gary.
I just ran into another issue with variables/tokens on .27
My understanding is that all variables are global. However, I'm unable to use an INT variable I've set in one command when calling from another (in this case the second command is actually called by the first).
I'm just testing functionality at the moment but basicallly what I'm doing is:
- Using initial commands (as shown earlier in the thread) to set target INT values (e.g. A_target = 7)
- After the variable is set, the last action of the command calls another command which checks all current values and loops by inc/dec values (w/ key presses of course) until the current values == target values (e.g. A_current == A_target && B_current == B_target, etc.)
What I'm finding with my current test is that I can set A_target just fine now in .27. But, when I try and reference it from the SetCurrentValsToTargetVals followup command, my previously set A_target is reported as "not set".
Just a FYI as you're squishing these kinds of bugs. Hope that was clear.