Scriptname _00E_FS_NQ06_UpdateCounterOnRead extends ObjectReference  

Event OnRead()

	if !bDone
		bDone = true
		FS_NQ06.UpdateClues()
	endif
	

EndEvent

bool bDone

_00E_FS_NQ06_Functions Property FS_NQ06 Auto