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.
 
 
 

21 lines
416 B

Scriptname _00E_FS_NQ03_WordOfTheDeadScript extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
if FS_NQ03.GetCurrentStageID() == 80
int iButton = _00E_FS_NQ03_WordOfTheDeadMSG.Show()
if iButton == 1
Return
Else
FS_NQ03.SetCurrentStageID(90)
Self.PlayGamebryoAnimation("Open")
EndIf
Endif
EndEvent
Message Property _00E_FS_NQ03_WordOfTheDeadMSG Auto
Quest Property FS_NQ03 Auto