ok, re did the macro ended up just making it into a "do ability"
Code: Select all
|-doability.mac-
| simple little macro ... a work in progress...
#turbo
Sub Main
:loop
|/if n$char(ability," ")>0 /doability" "
|keep one to copy
/if n$char(ability,"tracking ")>0 /doability"tracking "
/if n$char(ability,"hide ")>0 /doability"hide "
/if n$char(ability,"forage ")>0 /doability"forage "
/if n$char(ability,"kick ")>0 /doability" kick"
/if n$char(ability,"slam ")>0 /doability"slam "
/if n$char(ability,"bash ")>0 /doability"bash "
| /if n$char(ability,"make sweet love ")>0 /doability"make sweet love "
|** if you cant do an ability you need to put a "|" in front of the line**|
| this is the part im working on ...ideas???...
|would like to do this a little cleaner
|.... to press keys (hotkeys)
/press 1
/press 2
/press 3
/press 4
/goto :loop
/return
thank you to goofmaster1 for the "/press 1" vs "/sendkey down 1..."
to McKorr for advice on getting it to run in background (eqw)
and to m0nk for the incouragement and "next stepping"
trying to take small steps (low learning curve with new languages)
please feel free to give me your input