enderalse/source/scripts/_00e_nq09container.psc

13 lines
288 B
Plaintext

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