Difference between revisions of "Bendu and S M Nodes"

68 bytes added ,  16:43, 14 February 2015
m
no edit summary
imported>Lmstearn
imported>Lmstearn
m
Line 49: Line 49:


* Edit the script '''source''' and add this code below all existing code:
* Edit the script '''source''' and add this code below all existing code:
<source lang="papyrus">
     Function GSQ01Story()
     Function GSQ01Story()
     if (!GetStageDone(0))
     if (!GetStageDone(0))
Line 54: Line 56:
     endif
     endif
     endFunction
     endFunction
</source>




Line 90: Line 93:
*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">
     EVENT onActivate (objectReference akActionRef)
     EVENT onActivate (objectReference akActionRef)
     Send_Story()
     Send_Story()
Line 99: Line 102:
     tempGSQ01.GSQ01Story()
     tempGSQ01.GSQ01Story()
     EndFunction
     EndFunction
</source>




Anonymous user