enderalse/source/scripts/_00e_fs_nq03_wordofthedeadscript.psc

22 lines
416 B
Plaintext
Raw Permalink Normal View History

Scriptname _00E_FS_NQ03_WordOfTheDeadScript extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
2024-01-10 14:08:24 +00:00
if FS_NQ03.GetCurrentStageID() == 80
int iButton = _00E_FS_NQ03_WordOfTheDeadMSG.Show()
if iButton == 1
Return
Else
2024-01-10 14:08:24 +00:00
FS_NQ03.SetCurrentStageID(90)
Self.PlayGamebryoAnimation("Open")
EndIf
Endif
EndEvent
Message Property _00E_FS_NQ03_WordOfTheDeadMSG Auto
Quest Property FS_NQ03 Auto