View Single Post
Old 08-21-2004, 03:51 PM   #1 (permalink)
Reign Supreme
 
Join Date: Aug 2004
Age: 27
Posts: 2
Exclamation Internal Loops in Macros

I was wondering if there was a way to do internal IF loops.. For instance:

Loop
Click pickax
wait for target
select location
pause 2 sec

if sysmessage = There is no metal here to mine
breakloop
else
// DO NOTHING
endif
endloop

IS this possible? Or something to this extent. What the purpose is to walk.. then loop through picking aspot till it is done, then move to the next. This would reduce the code alot! Thanks for your help in advance.

-Reign
Reign Supreme is offline   Reply With Quote