enderalse/source/scripts/_00e_nq09container.psc

13 lines
297 B
Plaintext

Scriptname _00E_NQ09Container extends ObjectReference
Event OnItemRemoved(Form akBaseItem, int aiItemCount, ObjectReference akItemReference, ObjectReference akDestContainer)
if DoOnce == false
NQ09.SetCurrentStageID(40)
DoOnce = true
endif
EndEvent
Quest Property NQ09 Auto
Bool DoOnce