I need help!
I use MS in connection with an online game.
I recorded the macro, and it works but after it is done 1 time it stops. How can I loop it?
I know I may sound funny but I have no idea. I need it to repeat continuously.
Thanks in advance.
Help!
Moderators: Dorian (MJT support), JRL
-
- Newbie
- Posts: 2
- Joined: Wed Apr 23, 2003 11:45 am
- Location: Austria
- Contact:
Help!
--------------------------
Hammerfall we will prevail!
Hammerfall we will prevail!
Hi,
Like this:
Label>start
..
.. your code here
..
//Change the next line for as many seconds as you want
//to wait (or remove it!)
Wait>1
Goto>start
See how this will now loop forever - or until you stop it
Like this:
Label>start
..
.. your code here
..
//Change the next line for as many seconds as you want
//to wait (or remove it!)
Wait>1
Goto>start
See how this will now loop forever - or until you stop it
MJT Net Support
[email protected]
[email protected]
-
- Newbie
- Posts: 2
- Joined: Wed Apr 23, 2003 11:45 am
- Location: Austria
- Contact: