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.
Just something like that. Thanks for me :rolleyes:Code:local exp = Self.Experience()
while(1) do
if(Self.Experience() > exp) then
startScript()
end
end