PDA

View Full Version : die rolls



Thurlin
November 6th, 2007, 21:36
Hi

Is it possible to construct a /die roll that throws a given number of dices and discards the x lowest ?

IE for character creation i want to be able to throw 4d6 and discard the lowest die. Is it a way to make die hotkeys that do that ?

Something like
/die 4d6-{1low} Strength ability score

Valarian
November 6th, 2007, 21:39
If you construct a local character, there's a tool that does just this.
https://www.fantasygrounds.com/images/manual/userguide/localstatsrollsettings.jpg

Thurlin
November 6th, 2007, 22:01
Aye i know that, thats why i thought it would be possible to do it...
The reason i want it is so that i can oversee the character creation process as the DM...

Valarian
November 6th, 2007, 22:29
I think that local character generation is the only place it can be done without additional coding in the onDiceLanded event.

Toadwart
November 7th, 2007, 00:00
You lost me.
If you are overseeing the character creation process then presumably you are doing this wile the players are connected to your server. In which case can't you just 'see' the dice they are rolling ?


If you want them to be able to roll up characters before coming to the game you could try this website:
https://www.irony.com/mailroll.html

Thurlin
November 7th, 2007, 10:26
Aye ToadWart.

I only wanted it as a convenience, its not a problem to just have them roll 4 dices then substract the lowest, however if it was easily doable it would be handy to make /die rolls that did it without having to think... yeah im lazy :).

But its no biggie, just a feature that would be nice, but in no way very important (atm at least:) )

Toadwart
November 8th, 2007, 18:13
What you suggested is certainly possible. Would need some lua code written to process the /die command.

schulthess
September 11th, 2008, 16:59
how exactly would one do that?