Jump to content

Recommended Posts

Posted (edited)

By definition, I would have to say no. You want to know when a certain amount of TIME has passed, but don't want to use the system CLOCK? Why not? Isn't its very purpose to do just that?

Although I suppose if you don't want to use the SYSTEM clock you can refer to another source, such as one on the internet. But why?

I do not know of any other method which could be considered 99% reliable at this.

Edit: if you are just looking for other ways of doing the same, though, you could try Adlibenable(). It allows you to run a function (which could be as simple as exiting the script, if you wanted) at given intervals, and could be an alternative to TimerInit()/TimerDiff() (depending on what you want to do)

Edited by improbability_paradox

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...