Okay, what im trying to do is something like "if mobs hp is 20% then goto :attack"
Can anyone tell me what that is supposed to look like?
Moderator: MacroQuest Developers

Code: Select all
/if n $target(hp,pct)==20 {
/goto :attack
}