Difference between revisions of "Variables and Properties"
Jump to navigation
Jump to search
→Accessing a script's variables from another script
imported>Evernewjoy |
imported>Evernewjoy |
||
Line 140: | Line 140: | ||
Need to write this... basic gist: You need to define a property in your script (and set it through the editor interface to be the other quest whose properties you want access to), then you can access that property's properties. In other words, your script has a property of the other quest; then you access that property's properties. | Need to write this... basic gist: You need to define a property in your script (and set it through the editor interface to be the other quest whose properties you want access to), then you can access that property's properties. In other words, your script has a property of the other quest; then you access that property's properties. | ||
Accessing a script's variables from another script | |||
''Here are the steps to using a variable from one script in another script.'' | ''Here are the steps to using a variable from one script in another script.'' |