I'm trying to get my second guild wars to run with the following autohotkey script:
========
WinGet, gwid, List, Guild Wars
Up::
IfWinActive, Guild Wars
{
SendRaw,, {Up}, ahk_id %gwid2%
Return
}
=========
However it just doesn't work for some reason. If I use {} with the first Up command the script doesn't load because the Up key doesn't exist on my current keyboard layout. On the contrary not using {} with the second one just turns it into hotkey spam for party (p) and minimap (u).
Anyone who made their accounts multibox successfully and can help me out?
As I will still be doing every keystroke myself (nothing's automated) this script is perfectly legal and comparable to most g15 scripts. So please don't scare me with EULA stuff unless you actually quote the paragraph that is relevant.
a

