13-05-2008, 12:53 AM
Code:
If GetTickCount > SecondTimer Then
Call CheckTempTree
SecondTimer = GetTickCount + 1000
End If
That's how it should look. Instead of doing the check and adding a lot, it just does the check and then adds once.