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.
 
 
 

17 lines
328 B

Scriptname _00E_MQ13b_SC10_ElevatorSC extends ObjectReference
Event OnTranslationComplete()
If !bIsOnBottom
bIsOnBottom = True
MQ13b.NexusElevatorStop()
Elseif bIsOnBottom
MQ13c.NexusElevatorStop()
EndIf
EndEvent
bool bIsOnBottom
_00E_MQ13b_Functions Property MQ13b Auto
_00E_MQ13c_Functions Property MQ13c Auto