
Hello, Is there a way to force unsigned values only? For instance, if I want 5-13 = 0 instead of -8. I'm trying to set up a macro for rolling damage in 40k RPG. Weapon penetration negates armor, but does not negate toughness bonus. I would like to have (Armor-Penetration)+TB where if penetration is higher than armor, the result is just TB. Is this possible?