Jump to content

question about pause


Nebieboy
 Share

Recommended Posts

hey all,

my question is simple is their a way i can make a certian function to run every 30 secs?

Func Kill()

GuildWarscheck()

; vv

Healthcheck()

; ^^ i want that command to only run once every 30 secs

Attackcheck()

pickupcheck()

EndFunc

but from my knowledge so far a pause would halt the entire script thus preventing attack and pickupcheck to run.

if so what is it called? so i can check it in the help file :P thanks in advance

Link to comment
Share on other sites

In the help file look into While...WEnd (Loops), TimerInit, and TimerDiff. That should help get you started.

Thanks,

JS

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...