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