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.
 
 
 

23 lines
418 B

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