Hello everyone! I play a Brazilian system from the 90s that uses tables. To complete an attack I need to check the affected area
using a scrollable table named 1t [area] and cross it with the damage done. To make this work (keeping the dice 3d) I made a scrollable
table for each possibility of the crossing with the name 1 [area-damage]. What I would like to do is replace the name area with the
result of the scrollable area table and the damage with a query, I have done it
this way: !rt [[1t[[[1t[area]]]-?{Damage|light|medium|heavy}]]]
but it hasn't worked, could someone help?