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.
 
 
 

19 lines
412 B

Scriptname _00E_MQ03_JesparFailsaveSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if (akActionRef == PlayerREF) && !bDone
if MQ03.GetStage() >= 15 && MQ03.GetStage() < 23
bDone = True
_00E_MC_JesparREF.MoveTo(PlayerREF)
Self.Delete()
EndIf
EndIf
EndEvent
bool bDone
Actor Property _00E_MC_JesparREF Auto
Actor Property PlayerREF Auto
Quest Property MQ03 Auto