Jump to content

Recommended Posts

Posted

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

Posted

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)

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...