set recallme to zzzbackpackrecallscript.recallme if ( recallme ) set recallme to 0 set zzzbackpackrecallscript.recallme to 0 backpackref.moveto player endif
And I am getting erros on the "set" command line. zzzbackpackrecallscript exists, and is saved, along with the plugin..... That part is in place. However, when I try to compile this script, I get two errors.
First: I get "unknown variable or function 'recallme'
Second: Is a syntax error for set command.
what am I doing wrong here, and secondly, can I set a variable in another script, from this one?