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.SetStage(10)
		DoOnce = true
	endif
EndEvent


ObjectReference Property Bandit Auto
Quest Property NQ16 Auto
Message Property _00E_NQ16Falle Auto
bool doonce = false