Our system is d6-based, where each die represents a potential Success Point, but "One's" count for zero, and "Sixes" count as two Success Points. How do I code that? Example: a player swinging a sword rolls 7d6 (from their DEX attribute), 2 more d6 from their Melee Weapon Skill, and 1 more because it's a +1 magic item. All told, they roll ten dice and get: 1 (zero Success), 1 (0), 3 (1 Success), 4 (1 S), 4 (1 S), 5 (1 S), 5 (1 S), 6 (2 Success), 6 (2 S), 6 (21 S) for a grand total of 11 Success Points. Second Question: does Roll20 have the ability to save such custom roll types?