PDA

View Full Version : Pulling results from multi column tables



sedgetone
July 29th, 2022, 13:24
Hi,

Trying to figure out if this is possible, here's my problem...

I have a mutli column table that has six columns and 3D6 worth of rows. What I want to do is from a single roll, roll six times on the multi column table. So what I did was create a trigger table that has a single result and six columns, I then dragged the multi column table into each each column. This of course then essentially rolls six time on the multi column from one roll but I need to find a way to filter each returned result.

Am I wasting my time trying this method, or should I just break the multi column table out into six separate tables and roll that way?

Thanks,

Simon:confused:

Zacchaeus
July 29th, 2022, 16:32
See video twenty two here for how to reference multicolumn tables. https://www.fantasygrounds.com/forums/showthread.php?55797-How-do-I-in-Unity&p=492112#post492112

sedgetone
July 29th, 2022, 16:52
See video twenty two here for how to reference multicolumn tables. https://www.fantasygrounds.com/forums/showthread.php?55797-How-do-I-in-Unity&p=492112#post492112

Oh I know how to make it work with Story Templates but what I'm attempting is get the roll a table into chat which will call a column from a multi column table. The Story Templates are amazingly useful but unfortunately in this case not quite what I'm looking for.

Zacchaeus
July 29th, 2022, 17:35
I doubt you'll be able to output to chat in any kind of sensible fashion. Which was why I was recommending using Story Templates.

sedgetone
July 29th, 2022, 20:59
Thank you, I fear you’re right. Again, thanks for the input.