Hello very good afternoon. I've set up a macro with a skill, but I have a problem finishing it. Here is the code. /em damage with its khopesh! &{template:simple} {{rname=Damage}} {{r1=[[1t[Khopesh-brutal] + 5 + ?{Blood Vegeance?|No, 0|Yes, 1d8} + ?{Blood Vegeance Bloodied?|No, 0|Yes, 1d10}]]}} {{normal=1}} {{charname=Slashing}} [``Critical hit``](!
#d10-slashing) Ok the problem comes as follows. The character has a feature (called Blood Vegeance) "once per turn", that adds 1d8 to damage or 1d10 when at 1/2 hp (bloodied). What I need is that when the question is asked if you can use Blood Vegeance, in a NO, you add 0 (and no other ask is required), and in a YES you ask another question about whether you are Bloodied or not, (No, 1d8IYes, 1d10). The way I have configured it appears as 2 separate questions. And what I wish is that in the first question, in a NO option no more question will be ask, and in a YES another question of YES or NO will be ask to require a bloodied or not to sum 1d8 or 1d10. Thx!