In the DnD 5e Character Sheet wiki entry, I found this line: "For example, a character called Bob could use the Athletics check roll from the sheet by using the following code in a macro - %{Bob|Athletics_Check} or %{selected|Athletics_Check} if the token selected was associated with that character sheet" I wanted to be able to do this, where I can have a macro called "Hide" for instance and it will automatically run %{selected|Stealth_Check}, but whenever I do it, I get error "No ability was found for %{selected|Stealth_Check}", even though I do have a Stealth attribute for my character sheet and I also tried this on a Goblin NPC sheet with Stealth +6, and on the character sheets, clicking "Stealth" will make it perform the roll check with the ability modifier added. But when I put the macro together as I described, it says there is no such attribute. What am I doing wrong? I was able to get the repeatable calls working, for instance I can call a Goblin's melee attack with the following: "%{selected|repeating_npcaction_$0_npc_action}" Is there something that's changed that the wiki doesn't address? How can I get these check rolls to perform in macros?? Oh, and also, is it possible for me (I'm a free user, not paid at this time as I'm still getting the ropes of it) to make my own macros come out in cool looking tables and what not that are stylized like the character sheet rolls do? I have found some links online that appear to explain it, but they never work for me either. Oh, and one other thing, the wiki implies that I should use @{selected|stealth} to get the final modifer from stealth, as explained in this line of the wiki: skillname (the total bonus to be added from stat mod, proficiency and custom bonus) But this doesn't work for me, either. When I do that, I get 0 every time. I only seem to get the correct result if I use @{selected|stealth_bonus} for my characters, and @{selected|npc_stealth} for my NPCs. Why doesn't this stuff seem to match up with what the wiki says? What am I misunderstanding? By the way, I am using the 5th Edition ( OGL by Roll20 ) character sheet by Steve K., the first one in the list when you choose the character sheet for your game. And also I'm looking at this wiki page for it: <a href="https://wiki.roll20.net/DnD5e_Character_Sheet" rel="nofollow">https://wiki.roll20.net/DnD5e_Character_Sheet</a>