Hi, I've been tinkering with Recursive Table a bit, and I came across a problematic issue :
Recursive table, by default, picks random items in a rollable table. But he can pick the same thing twice..
Example, running down this :
!rt /w gm [[8t[treasurechest]]]
Could return this :
Sword, Sword, Sword, Sword
And I'd want to return only non-duplicates tables, like :
Sword, Crown, Bow, Jacket
Is it possible ?