Scriptname _00E_MQ05Prologue_FailsaveSC extends ObjectReference Conditional

Event OnTriggerEnter(ObjectReference akActionRef)

	if MQ05Prologue.GetCurrentStageID() == 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