Thread Tools Display Modes
Prev Previous Post   Next Post Next
11-18-12, 12:16 PM   #1
Farside
A Deviate Faerie Dragon
Join Date: Aug 2009
Posts: 19
Help please

I have this macro to toggle Auto-Loot on and off. It works fine except the Print message always says Off never On when I use the macro.


/run SetCVar("autoLootDefault",1-GetCVar("autoLootDefault")) print(("AutoLoot is %s"):format((GetCVar("autoLootDefault")==1) and "on" or "off"))
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » Macro Help » Help please


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off