
I am trying to write up a simple summon template macro for shadowrun, I have the following so far &{template:default} {{name=?{SummonType|} Force=?{Force|0} Pool=?{SummonDice|0}}}{{[[?{SummonDice|0}D6sd>5]]Vs[[?{Force|0}D6sd>5]]}} {{Drain Resist[[(?{DrainDice|0}D6sd>5)]]}} This works pretty well but I would like to be able to save off [[?{Force|0}D6sd>5]] 's result and then re-use that value to calculate the drain which would "SavedValue"*2- [[(?{DrainDice|0}D6sd>5)]] Any way to store that value in a variable.