I'm making a roll template that calculates the chance of a firearm hit, it should: (1) - take the value of a proficiency (2) - receive a modifier value (3) - receive the amount of shots Of these three factors the system uses a table of the difference between proficiency (1) and modifier (2) as a function of the number of shots (3). Thus the macro should look in the scrollable tables for a table named 1t [profXrdfY] at where: X = (1) - (2) Y = (3) I am using the following code: {{Teste=[[1t[prof?{Proficiência--}+?{Valor}rdf?{RDF=}]]]}} However, it has not worked, would anyone know how to solve?