
Hello, im trying to make a macro that essentially asks one question, and then gives two different outputs based ont he answer. I know that two roll queries with the same name only need to be answered once, and then all future uses choose the same answer, but what if I want the same answer but different output values? For example: {{Damage= [[8]]?{Type of Ammo?|Normal,P|Gel,S}}} {{AP= [[?{Type of Ammo?|Normal,-1|Gel,+1}]]}} When executing this as part of a roll template macro, the value chosen from the first value overwrites the value from the second, meaning both lines receive the value from the answer to the first roll query. The -1 and +1 do not show up. Is what im trying to do possible? I essentially want to make a macro that lets me choose the ammo type, and then changes all of the different places that ammo type effects, without having to choose the ammo type over and over for each different value that needs to be input. Thanks for the help