This is for playing solo or to assist while DMing. Rather than having a macro that has to open three tables at one time, I am trying to have a dropdown to select which table to use. As an example, encounters based on the type of terrain you are in. The dropdown would let me select either wilderness, urban, or dungeon. After selecting, it would select one of the options from the corresponding table. Here is what I came up with temporarily, but it shows an example of each. I just think the dropdown would make it cleaner. This works: &{template:default} {{name=Terrain Encounters}} {{If you are in the wilderness=[[1t[EncounterWilderness]]]}} {{If you are in an urban environment=[[1t[EncounterUrban]]]}} {{If you are in a Dungeon=[[1t[EncounterDungeon]]]}} This is what is not working? &{template:npcaction} {{rname=Terrain Encounter}} {{description=Type of terrain ? {Type? |Wilderness,[[1t[EncounterWilderness]]] |Urban, [[1t[EncounterUrban]]] |Dungeon, [[1t[EncounterDungeon]]]}}}