Code: Select all
| Test.mac
Sub Main
/alert clear 1
/alert add 1 "Watchman Halv"
:Loop
/if $alert(1)==True {
/target alert 1
}
/goto :Loop
/returnModerator: MacroQuest Developers
Code: Select all
| Test.mac
Sub Main
/alert clear 1
/alert add 1 "Watchman Halv"
:Loop
/if $alert(1)==True {
/target alert 1
}
/goto :Loop
/return
