PDA

View Full Version : Reference Tables not being found.



Trashkicker
February 19th, 2014, 18:28
I created a .mod for Pathfinder with tables that I tagged as references. They load just fine and all links work. When I click on the roll button the correct dice roll, but I receive the following message in chat:

[TABLE] table name = [Unable to find matching table]

I can click and drag the dice over a column and I receive:

[TABLE] table name [column name] = [Unable to find matching table]

I am unclear if it is a bug in 3.0 that is causing this, or my mod which I have attached here.

any help would be awesome!

Thanks

Update: just tested this in 3.0.3 and works just fine, so scratch this

Nickademus
February 19th, 2014, 22:10
You have all your tables in the library. When you roll it looks for an entry in the table definition in the table list (but of course, there is no table there).

I don't think you can change where FG looks for table data as it might be hard-coded into the program. Not really sure why you don't want them in the table list anyway.