4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
297 B

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