The formatting you gave originally didn't have the curly brackets.
Is there an echo in here?

The formatting you gave originally didn't have the curly brackets.
I've finally started on the D&D Next Beta Test Treasure Generators.
So far I've created three. They are:
{Mistwell[Pouch Treasure Level 1]}
{Mistwell[Pouch Treasure Level 2]}
{Mistwell[Pouch Treasure Level 3]}
What I'd like to do is combine them with a user variable (level).
Something that would ask your level, and if you answer level 1, then call the level 1 pouch treasure, and else if you answer 2 the level 2 pouch treasure, else if you answer 3 the level 3 pouch treasure, etc. all the way up to level 20.
But so far when I tried to use the if/else commands, it didn't accept it. No error, just reset back to what was there before.
Anyone know how I'd do this?
Seems pretty basic; I've done loads like that. How about this:
http://www.enworld.org/forum/dnd_view_block.php?id=1437
Awesome, thank you! Not sure what I had done wrong.
Now, is it possible to have two user variables in one generator? Choosing Level, and then Pouch or Chest or Hoard, would allow for one unified generator.
Yup. Check out my Pathfinder Background Generator for an example of one which uses 7 user variables.