Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
what *exactly* are you trying to do, there are probably a much more specific and robust script already in existanceIm looking for a simple macro to spam a hotkey. like spam hotkey 2 for instance.
LOLI guess maybe a lem would work better, you could just set a flag to true and check time vs last ran and run the command if the diff is greater than some delay you want.
then just mq.cmd("command to run")
and adjust lastran time to current.
and your hotkey could just toggle the lem on and off.
sorry guys im not the most tech savvy.. i wasnt sure if there is a /macro type command i can turn off an on from my driver that i can send that command to the other toon?
Sub Main
:loop
/keypress 2
/delay 20
/goto :loop
With something like this I would also set a hotkey forINI:Sub Main :loop /keypress 2 /delay 20 /goto :loop
throw that into a notepad, name it spam.mac , in game type /mac spam
/mac end
:loop
/keypress 2
/delay 20
/if (${Target.PctHPs} > 1){
/goto :loop
}
/endmac