
This is probably a simple problem but I cannot find an answer for it. My attack roll is D1000, I want to use that roll divided by 100, rounded down for the damage out put. Basically using the 'one hundreds' die for damage. Any help would be appreciated. I've been reading the Wiki's trying to do this on my own... &{template:default} {{name=Melee-Attack}} @{selected|token_name}{{Attack = [[1d1000]] to hit}} {{Damage = [[floor(d1000/100)]]}} {{Score= [[{@{selected|BODY}}+{@{selected|Strength}}]]}}