Hello everybody, In my game have just joined a new player using a warblade: warblade is cool becouse he can use stances and manouvers in the same turn to improve his skills, the problem is that i canìt settle out how to make a multy-choice for him while making an attack with a weapon. For example, I need to make 2 questions before a single attack, the first will be " do you want to use your stance? " and the second " Do you want to use this manouver? " I've tryied to make it using the fullattackflag inline command, the problem is that if i press "NO" on the first and "YES" on the second, with the full attack he will anyway do both. Here I attach my code, please tell me how can i make a real if-choice &{template:DnD35Attack} {{pcflag=true}} {{name=@{character_name}}} {{ fullattackflag = [[ ?{Attivi la tua Stance "Punishing Stance"? |No, 0d1|Sì, d1 } ]] }} {{attack2= Punishing Stance : **Attivato** }} {{damage2=Danni: [[ 1d6 ]] }} {{subtags=ONE PUUUUUUUUUNCHHHHHHHHHHH con il suo @{weapon1name} che si legge [Cestus] ... Coincidenze? Io non credo}} {{ fullattackflag = [[ ?{Utilizzi "Wolf Fang Strike"? |No, 0d1|Sì, d1 } ]] }} {{attack1= @{weapon1name} : [[ @{weapon1attackcalc} ]] }} {{critconfirm1=Critta?: [[ @{weapon1attackcalc} ]] }} {{damage1=Danni: [[ @{weapon1damage} ]] }} {{critdmg1=+ [[ @{weapon1crit} ]] }} {{attack3=Wolf Fang Strike: [[ @{weapon1attackcalc} ]] }} {{critconfirm3=Critta?: [[ @{weapon1attackcalc} ]] }} {{damage3=Danni: [[ @{weapon1damage} ]] }} {{critdmg3=+ [[ @{weapon1crit} ]] }}