Object -> Script
int load (String _script) - load and compile script from string
unload () - unload current compiled script
Variable findVariable (String _name) - get reference to variable
Function findFunction (String _name) - get reference to function
eval () - evaluate all global statements