I've been creating Abilities for a 13th Age rogue, and I'd like to factor out names and dice into nested abilities. However, these nested abilities still show up in the auto-complete lists when I don't want them to. I found mention in the D&D 4e setup wiki page that macros starting with underscore wouldn't show up in auto-complete lists, but this does not work with abilities. How vexing! For example: Sneak-Attack /em makes a Sneak Attack with %{selected|_Weapon-Melee} Once per round when you make a rogue melee weapon attack against an enemy engaged with one or more of your allies, you can deal +%{selected|_Sneak-Dice} damage if your attack hits. /roll 1d20+@{DEX_MOD}+@{Level} vs AC Hit: [[@{Level}%{selected|_Melee-Die}+@{DEX_MOD}+%{selected|_Sneak-Dice}]] damage Miss: @{Level} damage _Weapon-Melee a Wicked Knife _Melee-Die d8 _Sneak-Dice 1d6 Why, yes, I studied Computer Science. How on Earth could you tell? ;)