Difference between revisions of "Bendu and S M Nodes"

4 bytes added ,  13:22, 13 February 2015
m
no edit summary
imported>Lmstearn
imported>Lmstearn
m
Line 78: Line 78:
Also, the quest is being started unnecessarily every time we use the door during the quest.
Also, the quest is being started unnecessarily every time we use the door during the quest.


To limit Papyrus logging, conditions like GetStageDone can be employed on the Quest Node. See Notes Below.}}
To limit Papyrus logging, conditions on Quest Stages can be employed on the Quest Node. See Notes Below.}}




Line 113: Line 113:
:only appears when the SendStory Event is generated from the trigger object.
:only appears when the SendStory Event is generated from the trigger object.


*Given a [[http://www.creationkit.com/Talk:SM_Event_Node#Conditions problem]] experienced with conditions, the if condition in Function ''GSQ01Story''() can be replaced by adding:
*Given a [[http://www.creationkit.com/Talk:SM_Event_Node#Conditions problem]] experienced with conditions, the '''if''' condition in Function ''GSQ01Story''() can be replaced by adding:


     GetStageDone {MyQuest 0} == 0
     GetStageDone {MyQuest 0} == 0


to the '''Quest Node''' for GSQ01 in '''S M Event Nodes''' for very much the same effect.
to the '''Quest Node''' for GSQ01 in '''S M Event Nodes''' for very much the same effect.
Anonymous user