enderalse/source/scripts/_00e_nq12_silathoughtspheresc.psc

17 lines
412 B
Plaintext
Raw Permalink Normal View History

Scriptname _00E_NQ12_SilaThoughtSphereSC extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
if akActionRef == PlayerREF
2024-01-10 14:08:24 +00:00
if NQ12.GetCurrentStageID() == 32
NQ12_SilaPaintingThoughtBox.ShowAsHelpMessage("NQ12Sila", 7, 1, 1)
2024-01-10 14:08:24 +00:00
NQ12.SetCurrentStageID(35)
EndIf
EndIf
EndEvent
Quest Property NQ12 Auto
Actor Property PlayerREF Auto
Message Property NQ12_SilaPaintingThoughtBox Auto