Scriptname _00E_MQ07a_WordOfTheDeadSC extends ObjectReference  

Event OnInit()

	Self.BlockActivation(True)

EndEvent

Event OnActivate(ObjectReference akActionRef)

	int iButton = _00E_MQ07a_WordOfTheDeadMSG.Show()
	
	if iButton == 1
		Return
	Else
		MQ07a.StartMemory()
		Self.PlayGamebryoAnimation("Open")
	EndIf

EndEvent

Message Property _00E_MQ07a_WordOfTheDeadMSG Auto
_00E_MQ07a_Functions Property MQ07a Auto