Thread: Help please
View Single Post
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