External Dice Roll Connector
This module is an HTTP connector that allows you to roll dice in your open Foundry VTT session by opening a URL in the same browser.In the browser, navigate to http://your.server:port/modules/external-dice-roll-connector/roll.html?roll=formula, where 'formula' is your dice roll formula to be evaluated.Example: http://localhost:30000/modules/external-dice-roll-connector/roll.html?roll=2d6+2Optionally, you can add a name ( &name=... ), and the module will do its best to use the correct token or actor to post your roll.See the README for details and sending a Roll object with included results.This module is based on the HTTP API module by KaKaRoTo
v1.0.30.1%