Thread Tools Display Modes
04-20-06, 01:13 PM   #1
chimaera
A Deviate Faerie Dragon
Join Date: Apr 2006
Posts: 10
macro to show/hide hat

Hi,

first off, i hope this is the right place to ask this, i'm not quite sure.

i saw a macro recently that allows to switch between windowed and fullscreen mode. this made me wonder if there are more functions that let you access options of the config menu.

is there a function to hide/show the players hat (or cape) which can be called using a macro?

thanks.
  Reply With Quote
04-20-06, 01:19 PM   #2
Keppler
An Aku'mai Servant
Join Date: May 2005
Posts: 37
/script if ShowingHelm() then ShowHelm(0); else ShowHelm(1);end;
  Reply With Quote
04-20-06, 01:21 PM   #3
chimaera
A Deviate Faerie Dragon
Join Date: Apr 2006
Posts: 10
great, thanks!
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » macro to show/hide hat

Thread Tools
Display Modes

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