4
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
295 B

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