Scriptname _00E_NQ21_NoteScript extends ObjectReference

Event OnCellAttach()
	If NQ21.GetStage() < 25
		self.Disable()
	Else
		self.Enable()
	EndIf
EndEvent

Quest Property NQ21 Auto