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 field ^& Tracker

May I have an Input field on a macro and track the result?
1667867628

Edited 1667867634
Gauss
Forum Champion
Could you clarify your question?  What kind of field are you wanting to input? What kind of tracking?  Could you describe what you are trying to do with it?
Gauss said: Could you clarify your question?  What kind of field are you wanting to input? What kind of tracking?  Could you describe what you are trying to do with it? First of all I should mention that we are playing DnD 2nd Edition. I want to create a macro for my players to make an initiative roll. This roll should open a window in order the player to set the modifier and then the result (1d10 + modifier) to be inserted into the turn order. It is like the roll that you do from a character sheet (on 2nd edition).
1667888266

Edited 1667888324
This is the window I'm talking about Modifier Window
1667923616

Edited 1667924244
Gauss
Forum Champion
Ok, that window is called a query.  Here you go: &{template:simple} {{rname=Initiative}} {{mod=?{Initiative Modifier?|0}}} {{r1=[[1d10+ ?{Initiative Modifier?|0} &{tracker}]]}}  {{normal=1}}
I can't thank you enough. It works perfect