Hi guys, me again. I am trying to make a clickable chatmenu performing attacks. the code for it looks like this: /w gm &{template:default} {{name=Probe}} {{Typ=[Stab](!#AT-Stab) [Schwert](!#AT-Schwert)}} The "AT-Stab"-being called above looks like this: /w gm &{template:default} {{name=Angriff Stab}} {{ ?{Variante| Normal,Erfolg:[[1d20<[[@{NKW_AT_typ1}+@{NKW1ATMod}]]]]=[[1d6+1]]SP| Wuchtschlag,Erfolg:[[1d20<[[@{NKW_AT_typ1}+@{NKW1ATMod}]]]]=[[1d6*2]]SP| } }} If I now click the macro-button that opens the menu, the menu appears and I can click eg "AT-Stab" and then nothing happens, eg the dropdownmenu doesn't appearand the whole action stops without any output or error-message. If I replace the "AT-Stab"-macro with another macro with multiple dropdown-querys such as this one: /w gm &{template:default} {{name=test}} {{Zielwert=[[[[round((?{Grundwert 1|[MU]@{selected|MU}|[KL]@{selected|KL}|[IN]@{selected|IN}|[CH]@{selected|CH}|[FF]@{selected|FF}|[GE]@{selected|GE}|[KO]@{selected|KO}|[KK]@{selected|KK}}+?{Grundwert 2|[MU]@{selected|MU}|[KL]@{selected|KL}|[IN]@{selected|IN}|[CH]@{selected|CH}|[FF]@{selected|FF}|[GE]@{selected|GE}|[KO]@{selected|KO}|[KK]@{selected|KK}}+?{Grundwert 3|[MU]@{selected|MU}|[KL]@{selected|KL}|[IN]@{selected|IN}|[CH]@{selected|CH}|[FF]@{selected|FF}|[GE]@{selected|GE}|[KO]@{selected|KO}|[KK]@{selected|KK}})/3)]]+?{Mod|0}]]}} {{Würfelwert=[[1d20cs1cf20-[[round(?{TaW|0}/3)]]]] }} The dropdowns show up but I still don't get any output or error-message. The macros being called work just fine for themselves, but there must be something going wrong if I call them into the clickable menu. Can anyone help me? Greez and happy Easter, Chris