19 lines
418 B
Plaintext
19 lines
418 B
Plaintext
|
Scriptname _00E_MQ07a_PlatformSC extends ObjectReference
|
||
|
|
||
|
Event OnTranslationAlmostComplete()
|
||
|
|
||
|
if TranslationState == 0
|
||
|
MQ07a.TranslatePlatform02()
|
||
|
TranslationState += 1
|
||
|
Elseif TranslationState == 1
|
||
|
MQ07a.TranslatePlatform03()
|
||
|
TranslationState += 1
|
||
|
ElseIf TranslationState == 2
|
||
|
MQ07a.StopPlatform()
|
||
|
TranslationState += 1
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
int TranslationState
|
||
|
_00E_MQ07a_Functions Property MQ07a Auto
|