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 .
×
Create a free account
This post has been closed. You can still view previous posts, but you can't post any new replies.

Dropdown list for skill to involve in a macro dice roll

1405296475

Edited 1405296526
I'm new, but as I understand it, the only variable you can set for a dice macro, is a number - a modifier or even a number of dice. That's nice, but how about pre-creating a list of character sheet skills or attribute values, that you can roll against? (Imagine that parenthesis are wavy brackets for the below example, because wavy brackets doesn't work in this post.) In the macro, you write something like " /roll ?( 1t[Useful-Skills] ) < d100 ", and before you roll, you get to pick from the Useful-Skills table/list with entries linked to the sheet for a selected character. (I'm suggesting a custom list because it seems that usually a character will only use a fraction of his skills, and end up with a lot of skills that he only has 5% chance in, and you don't want that cluttering up a macro list.)
1405302405
The Aaron
Roll20 Production Team
API Scripter
I'm certainly all for better options with regard to prompting the player running the macro. Depending on your system, character sheets provide a fairly good interface to skills.
Aaron said: I'm certainly all for better options with regard to prompting the player running the macro. Depending on your system, character sheets provide a fairly good interface to skills. Oh, I missed those little dice icons on the sheet. Well, never mind then.
One thing a lot of people do is to set up single macros that make multiple rolls at once, then just use the one they need. For example, when my players make a saving throw of any sort, they just click their "Saves" token action, which rolls Fortitude, Reflex, and Will saves all at once. The results are displayed, and of course just the one they wanted is the one we use. People have tried various ways of making a drop-down or other selection method possible, but without the API, Roll20 just simply doesn't have that kind of functionality. -Phnord