Ok, so the manual states that execute() is for "executing an engine function or variable assignment from a character sequence." - I take it that this means i can only use execute() to change engine variables (like camera.clip) and not other variables (like var my_var;). Is this a correct assumption? Also is there some way to change the value of my_var with an execute() type function during runtime?