shdwjk / Roll20API

A collection of all my production ready Roll20 API scripts.
82 stars 73 forks source link

Add a no push option & solve difficulty > skill issue #20

Open ulrikL opened 6 years ago

ulrikL commented 6 years ago

Add two new versions of rolling dice that does not allow pushing the die roll.

!myz-np and !wmyz-np

ulrikL commented 6 years ago

Add a difficulty dice inline roll part of the script. If the scripts are called with a following solution it handles the difficulty dice correctly. "!myz [[(?{skill}-?{diff})d6]] [[1d6]] [[1d6]] [[(?{diff}-?{skill})d6]]" Since the difficulty dice are last they can be ignored and can be considered optional.

ulrikL commented 6 years ago

@shdwjk Are these good enough or do you want them done in a different way?