Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

How to make a list of Makros that don't add the results

1646331165

Edited 1646331441
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?
1646332376

Edited 1646332389
GiGs
Pro
Sheet Author
API Scripter
Try something like /roll ?{Choose one Skill| Vigo, @{Vigo}| Reflex, @{Reflex}| Perception, @{Perception}| Willpower, @{Willpower}| Piloting, @{Piloting}| Fight, @{Fight}| Survivor, @{Survivor}| Crime, @{Crime}| Shooting, @{Shooting}| }d6!
Excellent!!!!! Work like a charm!