PDA

View Full Version : Disable Dice Totals in FG Unity (Core RPG)



Alanrockid
August 26th, 2021, 02:38
How can i permanently disable dice totals in core RPG? I guess i could use onDiceTotal to achieve this, but i have no idea where is the exact function regarding showing dice totals on chat...

Moon Wizard
August 26th, 2021, 04:02
You can't turn off the totals; but you can customize the .value for each die to whatever number you want.

Regards,
JPG

damned
August 26th, 2021, 08:16
This doesnt work in Unity?

rMessage.dicedisplay = 0;
rMessage.dicedisplay = 1;

Alanrockid
August 26th, 2021, 14:01
I may have misexpressed my question, sorry. I didn't mean the dice itself, but the total sum of each die. The system i'm building have no use for that. I know i could always right-click the result and press reset to hide the sum, but is there a way to disable it by default?

Moon Wizard
August 26th, 2021, 15:00
See Damian's response above to hide the overall total for the roll.

There's no way to hide the individual die values directly. What are you wanting to show for the results?
For some systems with custom dice icons, some devs have created a unique TTF font with the numbers replaced to be used for those dice. You can override the font/color/icon/value for each die display

Regards,
JPG