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

Asking questions in order

1516260099

Edited 1516261545
Hey hey I have a problem with the question order of a macro I have. ?{Number of people?}d?{Chance Evil part 2 = n/_}cs>[[?{Chance Evil part 2 = n/_}-?{Chance Evil part 1 = _/n}]] Is there a way to ask questions in order. For example in this could one ask in the order:  1: Number of people 2:Chance evil part 1 3:Chance evil part 2 and if so how? Thanks in advance! PS: Is there a way to add descriptors based on the outcomes of more simple rolls?  EG: 1d20 where 1-5 = Cat is on fire , 6-10 = Cat was eaten , 11-20 = Cat joins EVIL! XD Another thing: Is there a way to get a roll to happen more than once. EG: Rolling 5 "1d[[2d[[4]]]]" . Because rolling "5d[[2d[[4]]]]" could just be "5d2" or "5d5" and would not ever be 1d2 , 1d5 , 1d8 , 1d8 , 1d4
1516273660
Ziechael
Forum Champion
Sheet Author
API Scripter
You can sort of cheat the order a bit by asking the questions in order but hidden in API calls that don't display eg: !?{Question 1} !?{Question 2} !?{Question 3} /desc ?{Question 3} ?{Question 2} ?{Question 1}
1516277353
Finderski
Plus
Sheet Author
Compendium Curator
123mind123 said: PS: Is there a way to add descriptors based on the outcomes of more simple rolls?  EG: 1d20 where 1-5 = Cat is on fire , 6-10 = Cat was eaten , 11-20 = Cat joins EVIL! Seems like you could use a  rollable table  for something like that...not certain, but that may be a Plus and Pro subscriber perk, but I can't remember... Not sure about the other thing...that may require the API...or just someone more clever than I am.
1516289540
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Ziechael said: You can sort of cheat the order a bit by asking the questions in order but hidden in API calls that don't display eg: !?{Question 1} !?{Question 2} !?{Question 3} /desc ?{Question 3} ?{Question 2} ?{Question 1} Nice technique. I don't need anything like this immediately, but have filed it away into my mental toolbox.
1516289821

Edited 1516289852
123mind123 said: XD Another thing: Is there a way to get a roll to happen more than once. EG: Rolling 5 "1d[[2d[[4]]]]" . Because rolling "5d[[2d[[4]]]]" could just be "5d2" or "5d5" and would not ever be 1d2 , 1d5 , 1d8 , 1d8 , 1d4 You can also use a Rollable Table for this. For your example, you would have this table: Table Item Weight 2 1 3 2 4 3 5 4 6 3 7 2 8 1 Then, you could roll /r 5t[table-name]