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.
 
 
 

21 lines
451 B

Scriptname _00E_NQ16Note extends ObjectReference
Event OnRead()
if DoOnce == false
NQ16.SetObjectiveCompleted(10)
Bandit.EnableNoWait()
Utility.Wait(2)
Message.ResetHelpMessage("Empty")
_00E_NQ16Falle.ShowAsHelpMessage("Empty", 4, 1, 1)
Utility.Wait(8)
NQ16.SetCurrentStageID(10)
DoOnce = true
endif
EndEvent
ObjectReference Property Bandit Auto
Quest Property NQ16 Auto
Message Property _00E_NQ16Falle Auto
bool doonce = false