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.
 
 
 

16 lines
381 B

Scriptname _00E_MQ05Prologue_FailsaveSC extends ObjectReference Conditional
Event OnTriggerEnter(ObjectReference akActionRef)
if MQ05Prologue.GetStage() == 35 && !bDone
_00E_MC_TealorREF.MoveTo(Game.GetPlayer())
bDone = True
Self.Delete()
EndIf
EndEvent
bool Property bDone Auto Conditional Hidden
Actor Property _00E_MC_TealorREF Auto
Quest Property MQ05Prologue Auto