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.
 
 
 

20 lines
539 B

Scriptname _00E_MQ13a_TealorToStartFailsaveSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if akActionRef == MQ13a.PlayerREF
if MQ13a_SC05_Departure01.IsPlaying() && _00E_MC_TealorREF.GetDistance(MQ13a_SC05_TealorMarker) > 2000
_00E_MC_TealorREF.MoveTo(MQ13a_SC05_TealorMarker)
endif
endif
EndEvent
ObjectReference Property MQ13a_SC05_TealorMarker Auto
Actor Property _00E_MC_TealorREF Auto
_00E_MQ13a_Functions Property MQ13a Auto
Scene Property MQ13a_SC05_Departure01 Auto