4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
412 B

Scriptname _00E_NQ12_SilaThoughtSphereSC extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
if akActionRef == PlayerREF
if NQ12.GetCurrentStageID() == 32
NQ12_SilaPaintingThoughtBox.ShowAsHelpMessage("NQ12Sila", 7, 1, 1)
NQ12.SetCurrentStageID(35)
EndIf
EndIf
EndEvent
Quest Property NQ12 Auto
Actor Property PlayerREF Auto
Message Property NQ12_SilaPaintingThoughtBox Auto