I would like to roll a Random NPC and get it to display in the default template The first question will be names which there are several tables to chose from (names). The second is a single table (behavior & traits) and the third is a single table (Appearance Features). Here is the code I have so far !rt /w gm&{template:default}{{name=Random NPC Name Generator}}{{The NPC is =[[ 1t[?{Which table|Names-Common|Names-Magical|Names-Cute|Names-Outlaw|Names-Heroic|Names-Ferocious|Names-Heart-Throb|Names-Comedic|Names-Ancient}] ]] }} I don't know where to put the other table names in the sequence Behavior-and-Traits Appearance-Features I would like it to display in the template:defualt The NPC is (Which Table - Names...) The NPC Behavior is ( Behavior-and-Traits) The NPC Appearance ( Appearance-Features) Do I need to make a macro for each table? I don't know where the script ends and where I can add the other two tables.