Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

D&D 5E by Roll20 character sheet . question about editing.

Hello, I wanted to know if it was possible to edit some action of the sheet. for example I would like the launch the initiative that it is a D10 and not a D20 that is launched. it is possible? Thanks
1556554820

Edited 1556555176
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
I don't know if this is possible to do with the built in initiative macro, but you could certainly write a macro like: /roll 1d10 + @{selected|initiative_bonus} &{tracker} Make it a universal token action and all characters and players will have access to it.
i use "groupinit" API too. it is possible to change D20 too ?
1556555573
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
I haven't tested this, but you could try issuing the groupinit config command: !group-init-config --set-dice-size|10
ok, i'll try it
Unsupported Option: set-dice-size|10 when i try this command !group-init-config --set-dice-size|10
1556722030

Edited 1557069133
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Sorry. Had time to test this morning. The actual command is: !group-init-config --set-die-size|?{Number of sides the initiative die has:|10} and all of the parameters can be set up with the help menu: !group-init --help
ok thanks :)