enderalse/source/scripts/_00e_mq08myradisflying.psc

12 lines
408 B
Plaintext
Raw Permalink Normal View History

Scriptname _00E_MQ08MyradIsFlying extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
2024-01-10 14:08:24 +00:00
if MQ08_IntoTheDeep.GetCurrentStageID() == 75 && _00E_MyradIsFlying.GetValue() != 0 && akActionRef == Game.GetPlayer()
JesparRef.MoveTo(GetLinkedRef())
EndIf
EndEvent
Quest Property MQ08_IntoTheDeep Auto
ObjectReference Property JesparRef Auto
GlobalVariable Property _00E_MyradIsFlying Auto