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.
 
 
 

19 lines
433 B

Scriptname _00E_MQ07a_TeleportFailsaveSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if MQ07a_PlatformActivated.GetValueInt() == 1
if akActionRef == PlayerREF
PlayerREF.MoveTo(MQ07a_FailsaveMarkerREF)
EndIf
EndIf
EndEvent
Actor Property PlayerREF Auto
GlobalVariable Property MQ07a_PlatformActivated Auto
ObjectReference Property MQ07a_FailsaveMarkerREF Auto
Quest Property MQ07a Auto