Well, I created a character sheet and some macros for the Lone Wolf RPG by Cubicle Seven. I was really annoid by the Combat Table, so I tried to replace it with a roll. So I wrote this macro for simulating attacks: &{template:default} {{name=@{selected|character_name} attacks!}} {{Deals to the enemy=[[1d10+3+#CombatRatio2 ]] points of damage!}} {{Suffers=[[10-1d10+#CombatRatio3 ]] points of damage!}} It works. I used the default roll template because I'm not so skilled at programming. My question is: can I use a SINGLE 1d10 roll for both the commands? Is there a way to store somewhere the result of the 1d10 ad use it for the two formulas? Thank you all guys!!! Marco