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.
 
 
 

25 lines
1.0 KiB

Scriptname _00E_MQ11a_SC21_LibraryZombies extends ObjectReference
;=====================================================================================
; EVENTS
;=====================================================================================
Event OnItemRemoved(Form akBaseItem, int aiItemCount, ObjectReference akItemReference, ObjectReference akDestContainer)
If (akBaseItem == _00E_MQ11a_DalGalarLibraryKey) && (akDestContainer == PlayerRef) && (bDone == False)
bDone = true
_00E_Questshader.Stop(Self)
EndIf
EndEvent
;=====================================================================================
; PROPERTIES
;=====================================================================================
bool bDone = False
Actor Property PlayerRef Auto
Key Property _00E_MQ11a_DalGalarLibraryKey Auto
EffectShader Property _00E_Questshader Auto