PDA

View Full Version : Issues with Unity rolls from MoreCore character sheet



IAmTheSky
October 14th, 2020, 19:29
Hi,
When I roll a /die string that includes parentheses or a multiplier from my character sheet, I get the error:

Usage: /die [dice] [description]

The die rolls work fine in chat but break when run from my MoreCore character sheet. Examples of rolls that don't work:

(1d6+1)
(1d6+1)*5

Any ideas what I may have broken? This is a Unity issue. :)

Thanks!

Moon Wizard
October 14th, 2020, 21:02
The /die implementation for MoreCore is not the same implementation as the one provided by the FGU client now. They each provide more functionality than the default FGC die roller; but in different ways. Also, the MoreCore die roller is built to work in both FGC and FGU.

So, this would be an enhancement request you could ask of the MoreCore guys; but not sure if they're ready to take on the full calculation parser in Lua script.

Regards,
JPG

IAmTheSky
October 14th, 2020, 21:31
Thank you so much for your prompt reply. :) I'll ping TPTB in MoreCore. :)