Jump to content

Help with very basic time issue


Recommended Posts

Hi,

I wanted to write my first script that would log in and do some basic job in browser game for me at night. I need it to act at specific time.

While there is no problem with running this one:

If @HOUR = 00 And @MIN =  38 Then Send("{S 30}")

It just fails when I want it to be more accurate (with seconds):

If @HOUR = 00 And @MIN =  37 And @SEC = 30 Then Send("{S 30}")

It's the same for my second PC, so I guess the problem is with my code, not with the hardware.

Thanks!

Link to comment
Share on other sites

The problem is you haven't read the Forum Rules - http://www.autoitscript.com/forum/index.php?app=forums&module=extras&section=boardrules. In there you'll see the first rule:

Do not ask for help with AutoIt scripts, post links to, or start discussion topics on the following subjects:
- Launching, automation or script interaction with games or game servers, regardless of the game.

Welcome to the Forum though. B)

Edited by somdcomputerguy

- Bruce /*somdcomputerguy */  If you change the way you look at things, the things you look at change.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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