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.
 
 
 

29 lines
652 B

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