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.
 
 
 

20 lines
369 B

Scriptname _00E_MQ04_LeverBlockSC extends ObjectReference
Event OnLoad()
Self.BlockActivation(True)
EndEvent
Event OnActivate(ObjectReference akActionRef)
if !MQ04.IsCompleted()
_00E_MQ04_sElevatorDoesntBudge.Show()
Else
Self.Activate(Game.GetPlayer(), true)
EndIf
EndEvent
Quest Property MQ04 Auto
Message Property _00E_MQ04_sElevatorDoesntBudge Auto