2021-10-05 22:15:58 +00:00
|
|
|
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
|
2021-10-05 22:15:58 +00:00
|
|
|
NQ12_SilaPaintingThoughtBox.ShowAsHelpMessage("NQ12Sila", 7, 1, 1)
|
2024-01-10 14:08:24 +00:00
|
|
|
NQ12.SetCurrentStageID(35)
|
2021-10-05 22:15:58 +00:00
|
|
|
EndIf
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Quest Property NQ12 Auto
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
|
|
|
|
Message Property NQ12_SilaPaintingThoughtBox Auto
|