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.
 
 
 

16 lines
374 B

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