Hi folks, I'm new here, spend quite a lot of time searching but did not find a solution so here am I writing a question :) I'm using roll20 (free) for Vampire dark ages game. I can use the buttons on the sheet to roll attacks (dexterity + Brawl, for instance) I do the [[[[@{selected|Dexterity}+@{selected|Brawl}]]d10sd>6f1]] and this leads to the number of succeses on the attack. Great! Now I need to roll the damage, that's the number of successes you've got in the previous roll + your strength (+ potentially extra weapon damage) How do I get the result from the previous roll to the new roll?? I tried with the $[[1]] thing and it works, it transfer the number, but then I get command writen down (like "3d10sd>6f1") instead of being rolled. Any clue on how to get that thing done ??? Thanks !