Probably it is because I am doing something wrong, but can't understand what. I am making a query that works like this: "/me RESISTS ?{Wanna use Fatigue? | No, /r {@{selected|Resistencia}d10!!6 + @{selected|Res.Fisica|max}d10!!6}k2 | Yes, /r {@selected|Resistencia}d10!!6 + @{selected|Res.Fisica|max}d10!!6 + 1d10!!6}k3} + @{selected|Resistencia|max}" What I expect is that the program should ask me to use fatigue, and the posible answers should be "No" or "Yes", and throwing some dice depending, but what I get is only one answer and that Answer is "No, /r 2d10!!6 + 0d10!!6" (The numbers 2 and 0 are okay, are the real values of "Resistencia" and "Res.Fisica|max") What am I missing? Thank you in advance