Any time you want to use /click left destroy in a macro you have to have fast item destroy on.Consilium wrote:Hmm now I am thinking perhaps a turn fast destroy on command would remedy this as it is attempting the destroy but interface wants the confirmation.
Code: Select all
/cast $char(gem,"Name of Spell")Code: Select all
/if "$char(class)"=="bard" {
/cast "Cinda's Charismatic Carillon"
/delay 50
}Comparison operators are... == (equal) != (not equal) > (greater than) < (less than) etc etc. a single = isn't a comparison, its an assignment. Hope that helps.BadBoy wrote:What is "Couldn't find a comparison operator in '100=100'??