Actually.. that's fun :)Programmer wrote:Do you also walk up to people randomly on the street, and ask them if they have any pot for sale?
Code: Select all
#turbo 10
Sub Main
:Start
/if ((${Me.AbilityReady[Feign Death]})) {
/doability "Feign Death"
}
/if ((${Me.AbilityReady[Mend]})) {
/doability Mend
}
/delay 2
/goto :Start
/return