
The specific question: Where or is there full documentation for the roll query ( ?{foo|bar} ) roll dice command? ------- So, I have a macro. I don't have a problem with the macro, it works. I'll post it the beast at the end. I just have some question the wiki does not fully answer. I know I can provide the roll query a list of possible answer: ?{What's your favorite program language?|Machine Code, I'm jealous.|Assembly, You have too much time!|Pure C, Your old.|C++, All hail the true language!|C#, I have nothing nice to say to you!|Java,You can be forgiven.} I also know that you can use a tiny bit of HTML to include comas in the roll that would normally cause the command to glitch: ?{To ASCII Code or not to ASCII Code?|No,This will stop after the comma, and not show the rest of this sentence.|Yes, This sentence will complete,Showing it's entirety.} My first question: Is everything after the second comma ignored, or just stored somewhere else that '?{What's your favorite program language? }' or ' ?{To ASCII Code or not to ASCII Code? }' can't access? In theory I have a lot of code that repeats. With only one or two words changing in a macro that's 75+characters long. For example let's say I have two macros: @{StatThatHasAReallyLongAndNotAtAllShortNameButHasARepeatingPrefixToSeprateItFromTheOtherTooLongNamedStats_one} -AND- @{StatThatHasAReallyLongAndNotAtAllShortNameButHasARepeatingPrefixToSeprateItFromTheOtherTooLongNamedStats_two} The only difference between one of them ends with "one" the other ends with "two". My second question: Is there some way to use the roll query command to make a template? For example: ?{Stat one or two|One,one|Two,two} @{StatThatHasAReallyLongAndNotAtAllShortNameButHasARepeatingPrefixToSeprateItFromTheOtherTooLongNamedStats_?{Stat one or two}} As it stands, that wouldn't find the really long named stat with the text "one" or "two" at the end of it. It would report the error: The attribute "@{StatThatHasAReallyLongAndNotAtAllShortNameButHasARepeatingPrefixToSeprateItFromTheOtherTooLongNamedStats_?{Stat one or two}}" can not be found. ------- As promised, the super long beast of a macro for Ironclaw that I want to clean up that is needlessly tedious: &{template:default} {{name=Basic Skill Check}} {{Stat Dice=?{Stat|Species,@{species-select}|Career,@{career-select}|Body,@{body-select}|Speed,@{speed-select}|Mind,@{mind-select}|Will,@{will-select}}}} {{Skill Dice=?{Skill|Academics,@{select_mark-Academics},@{select_species-academics},@{select_career-Academics}|Brawling,@{select_mark-brawling},@{select_species-brawling},@{select_career-brawling}|Climbing,@{select_mark-climbing},@{select_species-climbing},@{select_career-climbing}|Craft,@{select_mark-craft},@{select_species-craft},@{select_career-craft}|Deceit,@{select_mark-deceit},@{select_species-deceit},@{select_career-deceit}|Digging,@{select_mark-digging},@{select_species-digging},@{select_career-digging}|Dodge,@{select_mark-dodge},@{select_species-dodge},@{select_career-dodge}|Endurance,@{select_mark-endurance},@{select_species-endurance},@{select_career-endurance}|Gossip,@{select_mark-gossip},@{select_species-gossip},@{select_career-gossip}|Inquiry,@{select_mark-inquiry},@{select_species-inquiry},@{select_career-inquiry}|Jumping,@{select_mark-jumping},@{select_species-jumping},@{select_career-jumping}|Leadership,@{select_mark-leadership},@{select_species-leadership},@{select_career-leadership}|Melee Combat,@{select_mark-leadership},@{select_species-leadership},@{select_career-leadership}|Negotiation,@{select_mark-negotiation},@{select_species-negotiation},@{select_career-negotiation}|Observation,@{select_mark-observation},@{select_species-observation},@{select_career-observation}|Presence,@{select_mark-presence},@{select_species-presence},@{select_career-presence}|Ranged Combat,@{select_mark-rangedcombat},@{select_species-rangedcombat},@{select_career-rangedcombat}|Riding,@{select_mark-riding},@{select_species-riding},@{select_career-riding}|Searching,@{select_mark-searching},@{select_species-searching},@{select_career-searching}|Stealth,@{select_mark-stealth},@{select_species-stealth},@{select_career-stealth}|Supernatural,@{select_mark-supernatural},@{select_species-supernatural},@{select_career-supernatural}|Swimming,@{select_mark-swimming},@{select_species-swimming},@{select_career-swimming}|Tactics,@{select_mark-tactics},@{select_species-tactics},@{select_career-tactics}|Throwing,@{select_mark-tactics},@{select_species-tactics},@{select_career-tactics}|Vehicles, @{select_mark-vehicles},@{select_species-vehicles},@{select_career-vehicles}}}} {{Roll={{{?{Stat},?{Skill}}kh1}}