17 lines
394 B
Plaintext
17 lines
394 B
Plaintext
|
Scriptname _00E_NQ12_SilaThoughtSphereSC extends ObjectReference
|
||
|
|
||
|
Event OnActivate(ObjectReference akActionRef)
|
||
|
|
||
|
if akActionRef == PlayerREF
|
||
|
if NQ12.GetStage() == 32
|
||
|
NQ12_SilaPaintingThoughtBox.ShowAsHelpMessage("NQ12Sila", 7, 1, 1)
|
||
|
NQ12.SetStage(35)
|
||
|
EndIf
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
Quest Property NQ12 Auto
|
||
|
Actor Property PlayerREF Auto
|
||
|
|
||
|
Message Property NQ12_SilaPaintingThoughtBox Auto
|