enderalse/source/scripts/_00e_mq13b_sc10_elevatorsc.psc

17 lines
328 B
Plaintext

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