16 lines
374 B
Plaintext
16 lines
374 B
Plaintext
|
Scriptname _00E_NQG02_ShowThoughtsSC extends ObjectReference
|
||
|
|
||
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
||
|
|
||
|
if akActionRef == Game.GetPlayer() && NQ_G_02.IsRunning() && !bDone
|
||
|
_00E_NQG02_Thoughts_Field.ShowAsHelpMessage("NQG02Smell", 5, 1, 1)
|
||
|
bDone = True
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
bool bDone
|
||
|
|
||
|
Quest Property NQ_G_02 Auto
|
||
|
|
||
|
Message Property _00E_NQG02_Thoughts_Field Auto
|