Script is working fine, but I think I have found an obscure parser problem. RT is having trouble parsing this line:
**Minor:** [[[[d4]]t[Minor-Enchantments]]] **Major:** [[[[d3]]t[Major-Enchantments]]] **Relic:** [[[[d2]]t[Relic-Enchantments]]]
"Minor" and "Major" tables roll fine, but "Relic" always returns a zero
If I take the text formatting off and make the line look like this:
Minor: [[[[d4]]t[Minor-Enchantments]]] Major: [[[[d3]]t[Major-Enchantments]]] Relic: [[[[d2]]t[Relic-Enchantments]]]
I get proper results from all 3 tables.
The text formatting works fine with 2 table calls on the line, but the third one appears to confuse the parser