Difference between revisions of "Bendu and S M Nodes"

53 bytes removed ,  12:52, 13 February 2015
m
imported>Lmstearn
imported>Lmstearn
Line 63: Line 63:


{{ProTip|<nowiki>One drawback of opting for "well used" objects like doors as activators, is that Papyrus will log those events more often.
{{ProTip|<nowiki>One drawback of opting for "well used" objects like doors as activators, is that Papyrus will log those events more often.
Also, the quest is being started unnecessarily every time we use the door during the quest. See bugs. For the sake of Papyrus logging, we can attempt to add conditions like GetStage GSQ01 == 0 on the nodes, but in practice they fail.</nowiki>}}
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. See Notes Below.</nowiki>}}




Line 85: Line 85:
     EndFunction
     EndFunction


Save the script. Our task is down and the modifications are ready for testing.
Save the script. Our task is done and the modifications are ready for testing.


== Notes ==
== Notes ==
Anonymous user