
Greetings, and thank you for your time already! I am currently preparing a Fate Campaign using Evil Hat FATE Charactersheet. More precisely, I am preparing a game in the Wearing the Cape FATE System. In that system, some rolls require what is called "Opposition Dice" to be rolled, effectively doubling the normally rolled dice from 4 to 8. I have managed to create a macro that, through the first query, allows the players to pick their respective skills, add a modifier and then choose how many dice are to be rolled with a second query. However, to really finish the project, I am now trying to make the "Name" of the roll adjust to the chosen Skill and dice number. I want to be able to discern right away if a player might have used the wrong skill. For example, if they would choose the skill "Drive" and choose "yes" on opposition, the name of the roll should reflect that as "Opposition Drive" or something similar. However, I was so far unsuccessful on how I should even approach this, let alone if it is possible? I admit, I kinda went to trial and error through the whole macro until it worked. Anyone got a helping idea here or could explain to me how such a macro would look like (If possible at all)? I would highly appreciate it. I have the current version of the Macro here. Part of it is in German, but I hope it's still discernible what does what. If not I can provide a translated one of course. Please excuse any spelling errors. Macro: &{template:fateroll} {{theme=evilhat}} {{name=Opposition}} {{roll=[[?{Skills|Akademisches Wissen, @{Dein Charakter|Skill-Akademisches Wissen}|Athletik, @{Dein Charakter|Skill-Athletik}| Charisma, @{Dein Charakter|Skill-Charisma}| Fahren, @{Dein Charakter|Skill-Fahren}| Heilkunde, @{Dein Charakter|Skill-Heilkunde}| Heimlichkeit, @{Dein Charakter|Skill-Heimlichkeit}| Kämpfen, @{Dein Charakter|Skill-Kämpfen}| Kontakte, @{Dein Charakter|Skill-Kontakte}| Nachforschung, @{Dein Charakter|Skill-Nachforschung}| Präsenz, @{Dein Charakter|Skill-Präsenz}| Provozieren, @{Dein Charakter|Skill-Provozieren}| Reputation, @{Dein Charakter|Skill-Provozieren}| Schießen, @{Dein Charakter|Skill-Schiessen}| Stärke, @{Dein Charakter|Skill-Stärke}| Täuschen, @{Dein Charakter|Skill-Täuschen}| Technik, @{Dein Charakter|Skill-Technik}| Überleben, @{Dein Charakter|Skill-Überleben}| Urteilsvermögen, @{Dein Charakter|Skill-Urteilsvermögen}| Verbrechen, @{Dein Charakter|Skill-Urteilsvermögen}| Wahrnehmung, @{Dein Charakter|Skill-Wahrnehmung}| Willenskraft, @{Dein Charakter|Skill-Willenskraft}|}+?{Modifier}+?{Opposition?|No,4|Yes,8}df]]}}