Difference between revisions of "Bendu and S M Nodes"

3 bytes added ,  16:54, 14 February 2015
m
imported>Lmstearn
imported>Lmstearn
Line 94: Line 94:


*Edit the script source of ''StartingGSQ01Quest'' and add this code below the property:
*Edit the script source of ''StartingGSQ01Quest'' and add this code below the property:


<source lang="papyrus">
<source lang="papyrus">
Line 113: Line 114:
Consider ''QF_GSQ01_01000D62'' as a "type". It's type is that of '''script'''.
Consider ''QF_GSQ01_01000D62'' as a "type". It's type is that of '''script'''.
Also the '''Function''' ''GSQ01Story'' defined in our quest script can only be accessed from within another '''Function'''.}}
Also the '''Function''' ''GSQ01Story'' defined in our quest script can only be accessed from within another '''Function'''.}}


For a better picture of how script objects are organized in the CK, check out [http://www.creationkit.com/Category:Script_Objects this].
For a better picture of how script objects are organized in the CK, check out [http://www.creationkit.com/Category:Script_Objects this].


*Save the script. Our task is done and the modifications are ready for testing.
*Save the script. Our task is done and the modifications are ready for testing.
Anonymous user