enderalse/source/scripts/_00e_mq07a_spiritsc.psc

22 lines
368 B
Plaintext
Raw Normal View History

Scriptname _00E_MQ07a_SpiritSC extends ObjectReference
Event OnTranslationComplete()
If !FlyingTowardsPyrean
FlyingTowardsPyrean = True
MQ07a.FlyTowardsPyrean()
EndIf
EndEvent
Event OnTranslationAlmostComplete()
if FlyingTowardsPyrean
MQ07a.PortPlayerIntoMemory()
EndIf
EndEvent
bool FlyingTowardsPyrean
_00E_MQ07a_Functions Property MQ07a Auto