Hello. I'm new to this macro thing, but I already love it. I've stumbled upon an error that I can't debug by myself, unfortunately. Oh, and english is not my first langage, so sorry for the inconveniance. I have 4 characters created by player and I would like to create a macro that allows them to roll a dice, and then to add a bonus or a malus depending on their characteristics. I created the following macro (The differents texts you can see are just french words, no big deal) : /r 1D20 [[ ?{Personnage ? |Hylianne, [[ ?{Compétence ? | Force, @{Hylianne|ModFor} | Dextérité, @{Hylianne|ModDex} | Constitution, @{Hylianne|ModCon} | Intelligence, @{Hylianne|ModInt} |Sagesse, @{Hylianne|ModSag} |Foi, @{Hylianne|ModFoi} } ]] |Will, [[ ?{Compétence ? |Force, @{Will Thucker|ModFor} |Dextérité, @{Will Thucker|ModDex} |Constitution, @{Will Thucker|ModCon} |Intelligence, @{Will Thucker|ModInt} |Sagesse, @{Will Thucker|ModSag} |Foi, @{Will Thucker|ModFoi} } ]] |Bagherra, [[ ?{Compétence ? |Force, @{Bagherra|ModFor} |Dextérité,@{Bagherra|ModDex} |Constitution, @{Bagherra|ModCon} |Intelligence, @{Bagherra|ModInt} |Sagesse, @{Bagherra|ModSag} |Foi, @{Bagherra|ModFoi} } ]] |Nifwa Nilwa, [[ ?{Compétence ? |Force, @{Nifwa Nilwa|ModFor} |Dextérité, @{Nifwa Nilwa|ModDex} |Constitution, @{Nifwa Nilwa|ModCon} |Intelligence, @{Nifwa Nilwa|ModInt} |Sagesse, @{Nifwa Nilwa|ModSag} |Foi, @{Nifwa Nilwa|ModFoi} } ]] } ]] I understand that these nested queries are quite complicated, but what I don't understand is why the macro does simply nothing. I can chose which character I want to pick (the first query), then choose which characteristic bonus I'd like to add, but then... Nothing. It shows "Rolling the dice..." in the right bottom corner of the screen then do nothing. Nothing is displayed in the chat, and I cannot debug it. So, it can understand the nested queries, it can fetch the right number (I replaced the , with &amp#44; and it showed the right number in the drop-down menu), but then cannot understand the "/r" command ? I tried just to prompt the result but it still does nothing. I have no ways of knowing what's wrong since it doesn't prompt an error message, I'm kinda lost here. EDIT : Put the "code" style for the... code.