Variables in the Mass Dice Roller
Help me build Hextml and write post like this on
atreon.
Aidez-moi à coder Hextml et à écrire des articles comme celui-ci sur
atreon.
The dice roller now has variables which means you can do something like:
$str=4,
$pro=3,
Akakamo:,
*First attack:1d20+$pro+$str,
**:1d8+$str,
and 1d20+$pro+$str will be equivalent to 1d20+4+3.