Hi team I hope this is the correct place. It has been a very long time since I used this script and this is for ADND initiative. The goal is to have a player roll initiative and then add modifiers. So for example a player rolls a d10 ands the 3 potential modfiers: - Weapon Speed - Spell casting time - Dex Bonus So I roll with one example just the weapon speed but it doesnt add the mod - just displays the result of the initial die Here is the script &{template:default} {{name=Initiative}} /roll 1d10 + ?{Weapon Speed} + ?{Spell} + ?{Dex} &{tracker} ?{What is your action} &{template:default} {{name=}} Also, if I add two modifers example weapon speed of 5 and dex of -3 it only seems to add the first modifer. Any help would be greatly appreciated. Thanks Dave