i'm using a system similar to storytelling, but with d6 and explosion in the 6. I made to makros. firs is very simple, like this: /roll @{Computer}d6! But this is a skill base system, that is attributes, you only have skills. So the number o buttons is a little high to make one makro to each skill. Im some cases you can have up to 10 skills. So T try to make a list action, and I come up with this: /roll ?{Choose one Skill | Vigo, [[@{Vigo}d6!]]; | Reflex, [[@{Reflex}d6!]]; | Perception, [[@{Perception}d6!]]; | Willpower, [[@{Willpower}d6!]]; | Piloting, [[@{Piloting}d6!]]; | Fight, [[@{Fight}d6!]]; | Survivor, [[@{Survivor}d6!]]; | Crime, [[@{Crime}d6!]]; | Shooting, [[@{Shooting}d6!]]; } My problem with this solution, is that it add the results and din't show me the numbers results for each die, what I need because is a success base system. I know that if I put the cursor over the number it shows me the rolls, but I'm a perfectionist and I will prefer to not show the total result and only show the rolls for each die, will be more efficient and easy to understand the result. Do anyone knows how to do that?