enderalse/source/scripts/_00e_nq09container.psc

13 lines
297 B
Plaintext
Raw Permalink Normal View History

Scriptname _00E_NQ09Container extends ObjectReference
Event OnItemRemoved(Form akBaseItem, int aiItemCount, ObjectReference akItemReference, ObjectReference akDestContainer)
if DoOnce == false
2024-01-10 14:08:24 +00:00
NQ09.SetCurrentStageID(40)
DoOnce = true
endif
EndEvent
Quest Property NQ09 Auto
Bool DoOnce