Difference between revisions of "Cross Script Variables"
Jump to navigation
Jump to search
→Notes
imported>Bruneauinfo (→Final Notes: added note) |
imported>Bruneauinfo (→Notes) |
||
Line 53: | Line 53: | ||
*The variable names listed in the script can be named whatever you like - preferably something meaningful to their purpose. | *The variable names listed in the script can be named whatever you like - preferably something meaningful to their purpose. | ||
*You must declare a variable in the quest script BEFORE you can reference them in the read/write scripts described below. If you attempt to code your read/write commands and the variable has not yet been declared in the quest script you will receive a compiling error in your read/write script. | |||