well i dont know if u care about the AHK really anymore but here are somethings i got to work


WinGet, RomWinId, List, Runes of Magic
#IfWinActive, Runes of Magic
~-::
ControlSend,,{- down}{- up}, ahk_id %RomWinId1%
ControlSend,,{- down}{- up}, ahk_id %RomWinId2%
return
****had - as my follow macro****

****action bar,1****
#IfWinActive, Runes of Magic
~1::
ControlSend,,{1 down}{1 up}, ahk_id %RomWinId1%
ControlSend,,{1 down}{1 up}, ahk_id %RomWinId2%
return

change the 1 to other action bar numbers 1-0 for other action bar commands

****jumping****
#IfWinActive, Runes of Magic
~space::
ControlSend,,{space down}{space up}, ahk_id %RomWinId1%
ControlSend,,{space down}{space up}, ahk_id %RomWinId2%
return

i been trying to get my own script thing going myself but im new to this whole thing lol