Moderator: MacroQuest Developers


Code: Select all
Sub main {
:Start
/keypress F8
/delay 5
/pet attack
/goto :Start
/return
}god that's terrible.JJ wrote:Very generic, infinite repetition.Code: Select all
Sub main { :Start /keypress F8 /delay 5 /pet attack /goto :Start return; }