Closed Colind8 closed 1 year ago
Rework xd)roll to essentially be a modular calculator. Might be too ambitious but who knows.
It would allow you to do stuff like this: xd)roll ( (40*4)d(6+1d20) * ( -4 ( 1d20 ) ))
xd)roll ( (40*4)d(6+1d20) * ( -4 ( 1d20 ) ))
Also adds a new command called xd)variable which lets you define numeric variables for your server to use in xd)roll
xd)variable bob_strength 5
xd)roll 1d20+[bob_strength]
Replacing with xd)rpg
Rework xd)roll to essentially be a modular calculator. Might be too ambitious but who knows.
It would allow you to do stuff like this:
xd)roll ( (40*4)d(6+1d20) * ( -4 ( 1d20 ) ))
Also adds a new command called xd)variable which lets you define numeric variables for your server to use in xd)roll
xd)variable bob_strength 5
xd)roll 1d20+[bob_strength]