Code: Select all
${Target.Name}
${Target.Level}
|| is there one?
${Target.ID}
${Target.Distance}
/if ${Me.AbilityReady["Bash"]}
/if ${Me.AbilityReady["Kick"]}
/if ${Me.AbilityReady["Disarm"]}Code: Select all
/sub mainCode: Select all
sub mainCode: Select all
sub Main
/declare testa global
/varset testa 2
/if n @testa<3 {
/echo @testa is < 3
}
/endmacro Code: Select all
/doevents HealMe | Only does HealMe
/doevents flush | Clears doevents queue
/doevents chat | Only does chat events
/doevents | Does all events