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