2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_NQ11Book extends ObjectReference
|
|
|
|
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
if akActionRef == Game.GetPlayer() && DoOnce == false
|
2024-01-10 14:08:24 +00:00
|
|
|
if NQ11.GetCurrentStageID() == 20
|
|
|
|
NQ11.SetCurrentStageID(25)
|
2021-10-05 22:15:58 +00:00
|
|
|
NQ11.SetObjectiveCompleted(20)
|
2024-01-10 14:08:24 +00:00
|
|
|
Elseif NQ11.GetCurrentStageID() == 25
|
|
|
|
NQ11.SetCurrentStageID(30)
|
2021-10-05 22:15:58 +00:00
|
|
|
NQ11.SetObjectiveCompleted(20)
|
|
|
|
NQ11.SetObjectiveDisplayed(30)
|
|
|
|
Endif
|
|
|
|
_00E_NQ11BellaPoetryVolume.show()
|
|
|
|
DoOnce = true
|
|
|
|
Endif
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Bool DoOnce
|
|
|
|
Quest Property NQ11 Auto
|
|
|
|
|
|
|
|
Message Property _00E_NQ11BellaPoetryVolume Auto
|