Scriptname _00E_CQC02_CaliaScuilaSC extends ObjectReference Event OnTriggerEnter(ObjectReference akActionRef) If akActionRef == PlayerREF && (_00E_MC_CaliaRef.GetParentCell() != SuntempleTraining) if !bDone && (CQC02.GetStage() >= 10 && CQC02.GetStage() <= 15) && CQC02_SC01_CaliaTowerScene01.IsPlaying() bDone = True _00E_MC_CaliaRef.MoveTo(CQC02_MarkerREF) EndIf EndIf EndEvent bool bDone Actor Property PlayerREF Auto Actor Property _00E_MC_CaliaRef Auto Quest Property CQC02 Auto Cell Property SuntempleTraining Auto ObjectReference Property CQC02_MarkerREF Auto Scene Property CQC02_SC01_CaliaTowerScene01 Auto