yes, it's fun to toy with the code but after posting the reply I realized with the upgrades you did on the ruleset the ext is completely redundant, you are right I will remove it
I have a different question:
I´m running my campaing in Lankhmar, since its a kind of sandbox I rely a lot in generate content with tables
For instance, a Food generator, I use a table for each component of the meal
ingredient: chicken/fish/veal/pork/duck
flavour: salted/marinated/fried/pickled
side: chips/lettuce/tomato/fried fishbone
Then I nest the three tables in another table ingredient/flavour/side to generated the meal
Currently I use output in the chat, but is not very sexy, example:
Food Generator =
Food ingredient 1
Food ingredient 2
Food ingredient 3
Food ingredient 1 = 7
Pork with
Food ingredient 2 = 8
Marinated
Food ingredient 3 = 2
Scallions
So two questions here:
1.- is it possible that the output is a new item in an item category?
2.- when the ouput is on the chat, how I can get rid all the tables titles and just get the result, using same the example something like "Food generator = Pork with marinated scallions" or just "Pork with marinated scallions"?

