Just a housekeeping question.
Scenario: condition,
set global global variable to 1
wait 0
set array.at(variable,0) to xyz
The wait is needed or the global variable will not be changed before the set array and will use 0,0 (or whatever was in the global variable prior to the action)
It looks like a local variable doesn't require a wait.
Is this you ya'll see it and/or is there a better way? (I can put the set array in a sub-block and it doesn't need a wait 0 either.)
Thanks in advance.