Quote Originally Posted by Talraen View Post
You could create mount and dismount macros. Something like:

Mount:
/display main off
/mount "Company Chocobo"

Dismount:
/display main on
/mount

EDIT: Come to think of it, those could both be used as toggles, so this would work:
Mount/Dismount:
/display main
/mount "Company Chocobo"

But if either one fails for some reason you'd have to manually re-adjust your weapon display
Nice, that works quite well, thanks.