I was making this profit / loot showing script.. But i don't really want to start the timer on it before the actual hunt.
So Self.Experience() would be an awesome way of getting this to work and i assume it might be used for a lot of other things aswell.

Code:
local exp = Self.Experience()

while(1) do
	if(Self.Experience() > exp) then
		startScript()
	end
end
Just something like that. Thanks for me