hey guys, here is my next problem my token has two attacks (abilities) biteattack &{template:default} {{name=bite attack}} {{attack=[[1d20@{attack bite}]]}} tailattack &{template:default} {{name=tail attack}} {{attack=[[1d20@{attack tail}]]}} now i'm searching for a possibility to press one attack button and select and execute the needed attack i tried a new ability makro %{?{type|bite|tail}attack}} but i doesnt work (pretty sure because of order of operation problems but couldnt find a solution) next i tried a chat makro &{template:default} {{name=Crocodile}} {{Typ=[Bite](!
& #13;%{selected|biteattack}) [Tail](!
& #13;%{selected|tailattack})}} this worked, but the result is not shown in a template and instead as Rolling 1d20+5 = (14)+5'>19 somebody has an idea to solve this (prefered with a querie solution)