Difference between revisions of "Talk:Bethesda Tutorial Basic Quest Scripting"

Jump to navigation Jump to search
imported>Kroama
imported>Kroama
Line 41: Line 41:


Quest Property GSQAmu  Auto   
Quest Property GSQAmu  Auto   
Event OnContainerChanged(ObjectReference newContainer, ObjectReference oldContainer)
Event OnContainerChanged(ObjectReference newContainer, ObjectReference oldContainer)
if (newContainer == Game.GetPlayer())
if (newContainer == Game.GetPlayer())
GSQ01.SetStage(30)
GSQ01.SetStage(30)
endif
endif
EndEvent
EndEvent
Anonymous user

Navigation menu