PDA

View Full Version : Question on tables



Dkoon84
January 3rd, 2018, 01:35
I am trying to build a table in FG and i am having issues entering 4d6x100 into a format that FG recognizes and out puts it properly, is there a way to do this? the table i am working from is attached.

Moon Wizard
January 3rd, 2018, 01:42
Try removing the spaces, and the fixed values in parentheses. It might be confusing the pattern matching.

Regards,
JPG

Dkoon84
January 3rd, 2018, 01:48
I have tried the following variations so far:
1d6x10 out puts as 1d6x10
[1d6]x10 out puts as 4x10
[1d6x10] out puts as [1d6x10]

Andraax
January 3rd, 2018, 01:51
Use:


[1d6]0

Trenloe
January 3rd, 2018, 01:51
Info on tables here: https://www.fantasygrounds.com/wiki/index.php/Tables

For the first one, try [4d6]00 cp and output to parcel.

Moon Wizard
January 3rd, 2018, 01:52
Try [1d6*10]

Cheers,
JPG

Dkoon84
January 3rd, 2018, 01:53
thank you, also found changing the x to * works as well. Example: [4d6x100] to [4d6*100]