Hi, I created a little macro so I would not get Carpel tunnel as a ranger and now it doesnt work. It used to work just fine. When I cleared the target window it would end. Archaic but simple and effective. Now the macro will not end no matter what I do. Please help me find a way to shoot arrows and talk with group. Here is what I have
| - Forage.mac -
|
#turbo
Sub Main
:Arrow
/keypress 7
/Delay 1
/if "$target()"=="FALSE" /endmacro
/goto :Arrow


