change runtime var () by ()
Change runtime var () by ()
The change runtime var () by () block is a stack block in the TurboWarp Temporary Variables extension that changes the runtime variable with the entered-in name by inputted value. The default value is "variable", like the other blocks relating to variables in this extension (with the exception of for () in ()), while the default value is 1, like with the change [ v] by ()
variables block, and the change thread var () by ()::#ff791a
block.
Workaround
This block can be worked around using the set runtime var () to () block to change the runtime variable:
define change runtime var (name) by (value) set runtime var (name) to ((runtime var (name)::#ff791a) + (value))::#ff791a