enderalse/source/scripts/_00e_mq09a_nebelhaimfailsavesc.psc

24 lines
824 B
Plaintext

Scriptname _00E_MQ09a_NebelhaimFailsaveSC extends ObjectReference
;=====================================================================================
; EVENTS
;=====================================================================================
Event OnTriggerEnter(ObjectReference akActionRef)
if !bDone && akActionRef == Game.GetPlayer()
if MQ09a.GetStage() >= 5 && MQ09a.GetStage() < 60
bDone = True
MQ09a.JesparAndConstantineNebelhaimFailsave()
EndIf
EndIf
EndEvent
;=====================================================================================
; PROPERTIES
;=====================================================================================
bool bDone
_00E_MQ08_Questfunctions Property MQ09a Auto