Really simple question from me today
When making use of dbTimer(), do the results vary between different computers? If they do, is there a better timer to use that will return the same results? Thanks!
For example:
if ((dbTimer() >= (start_time + 2000)) && (dbTimer() <= (start_time + 2020)))
hunger--;
In order for hunger to decrease by only one, I need to call it in that 20 (nanosecond?) cycle. Any higher and it will decrease by more. But if someone has a faster computer, could it possible decrease more in the 20 second span?