phylll / mychs-macro-magic

A simple, sane, and friendly little scripting language for your Roll20 macros.
MIT License
0 stars 0 forks source link

Allow GM to approve or rerun NPC defense rolls #65

Open phylll opened 8 months ago

phylll commented 8 months ago

NPCs sometimes dodge or die at the most inappropriate moments. Similar to the results of critical effects, this feature would send the results of an NPC defense roll privately to the GM first, with a choice to either approve the roll and its consequences, or to reroll. Only upon approval will the result be processed and shown to the players.

This requires:

phylll commented 8 months ago

Depends on #64