PDA

View Full Version : Dice 'Set' Hotkey



Ebein
January 5th, 2021, 02:25
Is there a way to create a single hotkey to roll a set of dice and shot multiple results

I want to be able to press 1 button and have the results show up as

STR xx INT xx WIS xx DEX xx CON xx CHA xx

ive tried all the ways i can think to get it to work in the /die command with no avail.

Thanks for the help

Ebein Tides

LordEntrails
January 5th, 2021, 03:30
No.

Jiminimonka
January 5th, 2021, 12:09
The 5e Character Wizard sort of does this for you.

Ebein
January 5th, 2021, 14:42
Thanks for the replies, guess I need to learn to write an extension then.

Fear Grounds
January 5th, 2021, 18:20
Is there a way to create a single hotkey to roll a set of dice and shot multiple results

I want to be able to press 1 button and have the results show up as

STR xx INT xx WIS xx DEX xx CON xx CHA xx

ive tried all the ways i can think to get it to work in the /die command with no avail.

Thanks for the help

Ebein Tides

Did you try this with a Story Template, then save it in your hotbar? You would have to click on the Generate button on the template though, so it would be two steps instead of the one

Ebein
January 6th, 2021, 01:20
No not quite sure how i would do that, but ill go experiment

Fear Grounds
January 6th, 2021, 01:51
No not quite sure how i would do that, but ill go experiment

For each Stat build a roll-able table So you need one for STR, INT, WIS, DEX, CON, CHA
Each table should have 16 entries if doing 3d6, as that is the most you can possibly get, fill them in 3-18. Or make the table once, copy it five times and just change the name. Either way you need Six tables total. Make sure you pay attention to the names that you give each of these new tables.

Create a new Story template and name it whatever makes it easy to identify.
Your template should end up looking like this one. 42622

The important thing, is to make sure that the title of each table called for, is correct. That and make sure you are using the square brackets around the [title]Bad Math

wndrngdru
January 6th, 2021, 02:16
For each Stat build a roll-able table So you need one for STR, INT, WIS, DEX, CON, CHA
Each table should have 18 entries if doing 3d6, as that is the most you can possibly get, fill them in 1-18.

You only need 16 entries. 3d6 will produce 3-18.

Fear Grounds
January 6th, 2021, 02:23
You only need 16 entries. 3d6 will produce 3-18.

Got me there. Oversight strikes again.

Thank you

Updated previous post