View Single Post
12-17-10, 05:03 PM   #9
NitraMo
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 24
I use the following macro to toggle showing of hat, you should be able to use something similar for cloak.
Code:
#show 1
/use [btn:2] 1
/stopmacro [btn:2]
/run ShowHelm(not ShowingHelm())
  Reply With Quote