Moderator: MacroQuest Developers

Code: Select all
/if $char(ability,"Begging")>0 {
/attack off
/doability "Begging"
/attack on
}

Code: Select all
/if n $char(ability,"beg")>0 {
/if $combat==TRUE {
/attack off
/doability "beg"
/attack on
} else {
/doability "beg"
}
}

Code: Select all
/if $v0==$v1 {
/if $v1==$v2 {
/echo yeah!
}
}Code: Select all
/if $v0==$v1 /if $v1==$v2 {
/echo yeah!
}