How do I access a local variable from a group in a piece of script?
I can do it with global vars with:
runtime.globalVars.varname;
How can I do something similar with a local variable.
Develop games in your browser. Powerful, performant & highly capable.
With localVars.jojo. It's documented in the manual. Also see Integrating events with script for an example.
localVars.jojo