I'm attempting to display the information from critical injury tables (in cyberpunk red) using the default template. I have set up the different rows of information (Title, Description, Etc) into their own rollable tables, and am attempting to call the different tables to fill the different sections of the template &{template:default} {{name=[[1t[injuryTitles]]]}} {{Description=[[1t[InjuryDescriptions]]}} However I have realised this type of system would call a random title, and a random description - which may not necessarily sync with one another. Is there a way of selecting a specific entry in each table (e.g. doing an inline roll, and then using the number from said roll to select the corresponding table entry -> roll of 4 = entry 4)? Or is there a more efficient way to display what I want? Thanks in advance