Scriptname _00E_MQ03_JesparFailsaveSC extends ObjectReference  

Event OnTriggerEnter(ObjectReference akActionRef)

	if (akActionRef == PlayerREF) && !bDone
		if MQ03.GetCurrentStageID() >= 15 && MQ03.GetCurrentStageID() < 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