Can items be used in macros? I've considered the possibility that STR or MND potions might be useful in the same way that short-duration, long-recast job abilities are. So you could make a macro like:

/action "Fight or Flight" <me>
/item "Mega Potion of Strength" <me>
/item "Hi-Potion of Strength" <me>
/item "Potion of Strength" <me>

This macro would use Fight or Flight if it's available for a damage boost, and if it's not, would use a STR potion instead (if one is in your inventory) - maybe not as good as Fight or Flight, but still better than no buff at all.

I tried /item in my macros, though, and it didn't seem to work... Is there another way to use a macro command to consume an item?