Difference between revisions of "Cross Script Variables"
Jump to navigation
Jump to search
→Final Notes
imported>Bruneauinfo (→The Quest Script: put notes into thread on begin and end) |
imported>Bruneauinfo |
||
Line 143: | Line 143: | ||
==Final Notes== | ==Final Notes== | ||
*All the example scripts above are for proof-of-concept testing. They are simplistic for the sake of study. Application of these concepts would include additional content in each script. | *All the example scripts above are for proof-of-concept testing. They are simplistic for the sake of study. Application of these concepts would include additional content in each script. | ||
*It is possible (and probably should be tested) that an object script could be used in place of a quest script (for the database feature). | *It is possible (and probably should be tested) that an object script could be used in place of a quest script (for the database feature). | ||
*It is possible other variable types provided through the OBSE | *It is possible for other variable types provided through the OBSE to be stored and retrieved using this system. For example, strings and arrays. | ||
==Additional Reading== | ==Additional Reading== |