12 lines
399 B
Plaintext
12 lines
399 B
Plaintext
|
Scriptname _00E_MQ08MyradIsFlying extends ObjectReference
|
||
|
|
||
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
||
|
if MQ08_IntoTheDeep.GetStage() == 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
|