is it possible to build different macros for each character by name? I would like to do this for my mount macros. I know i can do it for ATG's but i am not having any luck with just the characters name.

this is what i have in the macro box: (moonfire would be replaced with my mount of choice once i get it working)
Code:
!if ("{CHARACTER}" is "Shadewalker" ) /cast moonfire
and i also tried
Code:
!if (character is "Shadewalker" ) /cast moonfire
And i Know this works for action target groups..

Code:
!if (character is in "Druid Restoration") /cast [@focus] Swiftmend
am i missing something simple here? Neiter of the first two give me any preview for the correct character set and character.

Thanks in advance.