Jump to content

Display Countdown of Millseconds in Minutes hours


BitByteBit
 Share

Recommended Posts

Ok so:

$Time = $Time / 60000

Now I have the time in minutes right?

Where would I do that calculation?

I'm not fussed about the sleeps used later. . . Just $Time.

I kinda know how to use TimerInit()

$Time = 7440000 
Func AutoIt() 
While 1 
Plant() 
Local $Start = _Timer_Init()
ToolTip(_Timer_Diff($Start))
Sleep($Time)
if WinExists("Adobe Flash Player") 
Then Harvest() Plow() 
Else Login() 
Harvest() 
Sleep(180000) 
Plow() 
Sleep(180000) 
EndIf 
WEnd 
EndFunc
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...