I am attempting to replicate the "Childhood Memories" table from Xanathar's Guide to Everything (pg.64) in which it requires a roll of 3d6 + Charisma Modifier but due to the fact that the roll20 tables use weights as opposed to a value range I am not sure how I would go about implementing a table like this. I thought I was onto something and tried making a separate table for each possible Charisma Modifier (i.e. Memories-5 for a Charisma Modifier of -5 and Memories5 for a modifier of +5) and then use a selected token's attribute (charisma_mod) in the inline roll. In this case being [[1t[Memories@{selected|charisma_mod}]]] but it appears that you cannot use variables when doing an inline roll as I get the error "No table found with that name!" I also tried using RecursiveTables script as it has allowed me to have tables that roll other tables but did not work in this case. While it may not be as straightforward a method I imagine there is some method that would allow me to mimic the table in question.