Change to /for loop

Need help running MacroQuest2? Ask your questions about how to get things to work on your computer.

Moderator: MacroQuest Developers

Voland
orc pawn
orc pawn
Posts: 29
Joined: Mon Jul 18, 2005 3:33 am

Change to /for loop

Post by Voland » Mon Oct 09, 2006 10:58 am

Just a little FYI

Made a change to:
http://www.macroquest2.com/wiki/index.p ... #For_Loops

It appears proper syntax for FOR NEXT loop has to be

Code: Select all

/next variablename
not

Code: Select all

/next
as was written previously

was about to post a help request till I finally figured it out :)