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

Macro Input?

Is there a way to allow someone to input text when using a macro so that it shows up inside the macro? Like, for example: &{template:pf_spell} {{name=d20 Roll}} {{Result=[[1d20+?{Modifier|0}]]}} {{Purpose=?}} I want the ? in Purpose to be a point where someone using the macro can input something to indicate what the roll is for. Is there a way to do that?
1458514265

Edited 1458514433
vÍnce
Pro
Sheet Author
&{template:pf_spell} {{name=d20 Roll}} {{Result=[[1d20+?{Modifier|0}]]}} {{Purpose=?{Purpose?|Enter some text here.}}} You can also enter inline rolls within the prompt as well.  ;-) ie Fire Damage [[1d6]]
I'd put it in the template title to reduce more lines in the chat box: &{template:pf_spell} {{name=?{Purpose for Roll|special check}}} {{Result=[[1d20+?{Modifier|0}]]}}
1458514516
vÍnce
Pro
Sheet Author
OldSchoolChris said: I'd put it in the template title to reduce more lines in the chat box: &{template:pf_spell} {{name=?{Purpose for Roll|special check}}} {{Result=[[1d20+?{Modifier|0}]]}} good idea... or even in the subtitle &{template:pf_spell} {{name=d20 Roll}} {{Result=[[1d20+?{Modifier|0}]]}} {{subtitle=?{Purpose|enter some text here.}}}
Thanks! Much appreciated! :D
hi guys.. need a bit of help..   with Macros .. on the storyteller system,   you roll X number of d10,  '1' cancel out successes. and '0' if you are specialised  get rerolled. is there any way to set up the reroll?
1458548636
Silvyre
Forum Champion
Rick I. —next time, feel free to open a new Specific Use Questions thread . Rick I. said: '1' cancel out successes What constitutes a success, here? Rolling above a target number? Rick I. said: and '0' if you are specialised  get rerolled What do you mean by rerolling 0's?
1458561555

Edited 1458561678
rolling d10 ... 1-10 or on some dice its 1-0,  so rolling '0' or '10' same thing.. i 'spose on the roll20 system its set up as a 10.. success is detiermind when the roll is required .. usually above a 6 .. but can change depending in the difficulty.
1458570161
Silvyre
Forum Champion
Check out: 17.3 Roll Modifiers 17.3.1 Target Number / Successes (B,F) - CP 17.3.2 Failures (B,F) - fCP 17.3.7 Rerolling Dice (B,F) rCP
thanks