[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "Cross Script Variables"
Jump to navigation
Jump to search
→The Quest Script
imported>Bruneauinfo (Got rid of quote requirement statements and quotes.) |
imported>Bruneauinfo |
||
Line 17: | Line 17: | ||
=== The Quest Script === | === The Quest Script === | ||
The quest script acts as a database. | The quest script acts as a very basic database. The next two scripts will demonstrate the command syntax for reading and writing to a quest scripts variables from external scripts. | ||
The script: | The script: | ||
Line 34: | Line 34: | ||
; you don't have to put anything in here | ; you don't have to put anything in here | ||
end ; if begin block is not used the 'end' is not required either. | end ; if begin block is not used the 'end' is not required either. | ||