My dearest Scriptomancers! I have another quandary. I just had a druid join my game (DnD5e by Roll20), and I have set up all her spells and wildshape using API macros. The last one I am working on is Conjure Animal, and I am trying to automate the summons using the Summon Monster script and rollable tables or Recursive Tables. To do this, I set up a roll query for the player to specify the CR of creature to summon, the results of which I want to roll off of a corresponding roll table. I have set up my roll tables by challenge rating, but every time I execute they macro, the output is not recognized by Summon Monster. Either it drops a roll, which does not work, or it drops a roll tag (!rt). Is there any way to get either a rollable table or Recursive Table to output text only? This should solve my problem. Here are the macros I have tried: !summon ?{Creature DC?|1/4,!rt [[1t[1/4cr]]] 8|1/2,!rt [[1t[1/2cr]]] 4|1,!rt [[1t[cr1]]] 2|2,!rt [[1t[2cr]]]} !summon ?{Creature DC?|1/4,[[ 1t[1/4cr] ]] 8|1/2,[[ 1t[1/2cr] ]] 4|1,[[ 1t[cr1] ]] 2|2,[[ 1t[2cr] ]]} Any thoughts?