
Is there a way? The sheet we are using is the new Demon Gate one. They use a d10 that explodes as well as allows certain modifiers. Is this possible with Aaron's script?
Is there a way? The sheet we are using is the new Demon Gate one. They use a d10 that explodes as well as allows certain modifiers. Is this possible with Aaron's script?
I'll need to dig into that sheet or see an example of what it outputs, but you can add modifiers to the roll using the Dice Modifier String:
!group-init-config --set-dice-mod|!
There appears to be a bug in the UI where it will still show disabled if you set that, but it will still work (example with an exploding d4):
I'll fix that display bug in the help.
Awesome, its called Demon Gate Scripted under the Chaos System. The normal macro we use for initiative calls on the attribute from the sheet @{selected|token_name} rolls a [[1d10!+@{selected|dexterity_initiative_mod}+?{Modifier|0}&{tracker}]] which works great of course. Yet would love to have your API work it. Thanks for the help!