would something like this work for a stick macro?
Code: Select all
turbo
Sub Main
:Loop
/if n $target(distance)<10 /goto :combat
/if "$target()"=="TRUE" /goto :Loop
/if n $target(distance)>10 /goto :movecloser
/return
:Combat
/face fast
/attack on
/goto :Loop
/return
:movecloser
/face fast
/while n $target(distance)&;10 /keypress forward
/return
-colt45



