Code: Select all
#turbo
Sub Main
:LOOP
/IF $CHAR(MANA,PCT)=="100" {
/BEEP
/BEEP
/BEEP
/BEEP
/BEEP
/BEEP
/BEEP
}/ELSE /GOTO :LOOP
/return
Bio_War
Moderator: MacroQuest Developers
Code: Select all
#turbo
Sub Main
:LOOP
/IF $CHAR(MANA,PCT)=="100" {
/BEEP
/BEEP
/BEEP
/BEEP
/BEEP
/BEEP
/BEEP
}/ELSE /GOTO :LOOP
/return
Code: Select all
Sub Main
:Loop
/if n $char(mana,pct)==100 {
/beep
/beep
/beep
/beep
/beep
/beep
/beep
}
/goto :Loop
/returnCode: Select all
#turbo
Sub Main
:LOOP
/IF n $CHAR(MANA,PCT)==100 {
/BEEP
/BEEP
/BEEP
/BEEP
/BEEP
/BEEP
/BEEP
}
/GOTO :LOOP
/return