So, I'm also getting this strange zero value. I've done some tweaking with my table to try and narrow it down so maybe it will help. This is the entry that is causing the issue: [[1t[TreasureHoardCoins04]]], [[[[2d6]]t[Gemstones-10]]], and [[[[1d3]]t[Magic-Item-Table-A]]]. Output is like this: This treasure hoard 2400 copper, 1500 silver, 30 gold, Peridot (500 GP), Alexandrite (500 GP), Black Pearl (500 GP), Black Pearl (500 GP), Alexandrite (500 GP), Aquamarine (500 GP), Aquamarine (500 GP), Topaz (500 GP), Topaz (500 GP), Topaz (500 GP), and 0. The Coins table has 3 inline rolls to generate the copper silver and gold. The gemstones and magic item tables both just output the text without rolling further inline amounts. I did some testing where I changed things around to see if I could narrow it down. [[1t[TreasureHoardCoins04]]], [[6t[Gemstones-10]]], and [[[[1d3]]t[Magic-Item-Table-A]]]. gives me the expected output. [[[[1d4]]t[TreasureHoardCoins04]]], [[6t[Gemstones-10]]], and [[[[1d3]]t[Magic-Item-Table-A]]]. gives me the expected output. [[[[1d4]]t[TreasureHoardCoins04]]], [[[[2d6]]t[Gemstones-10]]], and [[[[1d3]]t[Magic-Item-Table-A]]]. gives me the error. If I do something like this and reorder the rolls: [[[[2d6]]t[Gemstones-10]]], [[[[1d3]]t[Magic-Item-Table-A]]], [[1t[TreasureHoardCoins04]]] [[[[2d6]]t[Gemstones-10]]], [[1t[TreasureHoardCoins04]]], [[[[1d3]]t[Magic-Item-Table-A]]] everything is fine. [[1t[TreasureHoardCoins04]]], [[[[1d3]]t[Magic-Item-Table-A]]], [[[[2d6]]t[Gemstones-10]]] until this gives me the error again. Hopefully that helps you track it down.