
I would like to trigger 3D dice rolls from within an API script. Calling sendChat("Player Name","/roll 1d100") works, but does not roll 3D dice. I tried passing a die roll in line to get the 3D dice to roll, that doesn't work Passing the character_id from a button on a custom sheet didn't work either !SKILL @{character_id} ART [[1d100]] I also tried the asynchronous version of sendChat and that didn't work. randomInteger(100) does what it say on on the tin, and I wouldn't expect this function to roll 3D dice. I find it some what perplexing that I can't roll the 3D dice and pass the rolls to my API script as simple text parameters. Thanks for any help in advance - Jack.