Scriptname _00E_NQ_G_04_ReadContractEvent extends ObjectReference  

Event OnRead()
	
	if !bDone
		NQ_G_04.bContractRead = true
		bDone = true
	Endif
	
endEvent

bool bDone

_00E_NQ_G_04_Functions Property NQ_G_04 Auto