Hello, I have a weird behavior when I'm using RecursiveTable with a macro calling a RollableTable. But I'm not 100% confident that this is a problem with RecursiveTable. First, here is the macro calling the RollableTable with RecursiveTable: !rt /w gm &{template:npcaction} {{rname=Treasure Hoard: Challenge 5-10}} {{name=}} {{description=[[1t[TreasureHoard5-10]]]}} When having this item from the table [[2d6*100]] CP, [[2d6*1000]] SP, [[6d6*100]] GP, [[3d6*10]] PP, [[[[2d4]]t[25GPArtObjects]]] (25 GP), [[[[1d4]]t[MagicItemTableC]]] Everything is fine: But on a line like this one [[2d6*100]] CP, [[2d6*1000]] SP, [[6d6*100]] GP, [[3d6*10]] PP, [[[[2d4]]t[25GPArtObjects]]] (25 GP), [[1t[MagicItemTableD]]] The weird behavior appears I have a 0 result from the [[1t[MagicItemTableD]]] code (at the end). I said this is weird because when I try to run the command using the chat like so !rt [[2d6*100]] CP, [[2d6*1000]] SP, [[6d6*100]] GP, [[3d6*10]] PP, [[[[2d4]]t[25GPArtObjects]]] (25 GP), [[1t[MagicItemTableD]]] I get a proper result And this behavior occurs on all item lines with "1t", but is not related to the table called after. Thanks.