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.
 
 
 

21 lines
385 B

Scriptname _00E_MQ13b_SC10_ElevatorSC extends ObjectReference
Event OnTranslationComplete()
if MQ13c.GetCurrentStageID() > 0
if ! bIsUp
bIsUp = true
MQ13c.NexusElevatorStop()
endif
elseif ! bIsDown
bIsDown = true
MQ13b.NexusElevatorStop()
endif
EndEvent
bool bIsDown
bool bIsUp
_00E_MQ13b_Functions Property MQ13b Auto
_00E_MQ13c_Functions Property MQ13c Auto