I am trying to do a Loot macro that allows players to select a creature name, i.e. Goblin, and then select how many they want to loot. I have rollable tables set up that will automatically generate a random loot item based on the monster as shown in this sample macro: !rt[echo] /w gm ?{Monster|Abhorrent Overlord, [[1t[Loot-D]]] |Aeralist Android, [[1t[Loot-C]]] |Alligator, [[1t[Loot-A]]] |Ambitious Assassin, [[1t[Loot-C]]] } The problem here is that if the players fight let's say 10 Goblins, then they have to individually click Loot, scroll down to Goblin, and click Submit 10 times. Is there a way to make it so that they can specify the number of times to roll from the roll table associated with the monster they want to loot? I.e. !rt[echo] /w gm [[?{How many?|}t[?{Monster|Abhorrent Overlord, [[1t[Loot-D]]] |Aeralist Android, [[1t[Loot-C]]] |Alligator, [[1t[Loot-A]]] |Ambitious Assassin, [[1t[Loot-C]]] }] ]] (This macro does not work) Please provide a sample macro if this is possible. I have API scripts available.