1
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.
 
 
 

15 lines
276 B

Scriptname _00E_MQ13b_SC08_ElevatorSC extends ObjectReference
Event OnTranslationAlmostComplete()
If iState == 0 && MQ13b.GetStage() < 75
MQ13b.SetStage(75)
MQ13b.StopElevatorSound()
iState = 1
EndIf
EndEvent
int iState
_00E_MQ13b_Functions Property MQ13b Auto