Posted on: 09-26-2012 - Updated on: 09-26-2012 - viewed 6443 times
Description:
This macro will tell you what stance you are in, it is good when you are trying to write your own macros that require a stance number (index) for a conditional. Some common stances are for Druid forms and Warrior stances.
The stance conditional syntax is: /cast [stance:1] Spell Name
You can read our stance conditional tutorial if you are making your own Wow macros
/run local a = GetShapeshiftForm() print('you are in stance: ',a)