I am working off a basic macro that I leeched from the macro section of the boards as follows
Code: Select all
sub main
:loop
/doability 1
/click left auto
/goto :loop2
:loop2
/doability 6
/delay 10
/press s
/delay 990
/goto :loop
end main
Anyway the FD delay is much shorter than the forage one and it isnt very proficient for the macro to wait until the forage one is popped up to cycle through.
Question is, is there a command that can tell the macro to look and see if the <forage> hotkey is down..and if so, goto the next loop? Or something to that degree?
Sorry if that isnt worded right, please post questions as to what i mean and i'll go in depth further..thanks for any help :) I luv the program so far
lataz


