Am i right in thinking if i have say 4 paramters at the start of the table, and each has 20 options or so, would use them like this:
@option1,1,Treasure level,Half,Standard,Double,Triple
@option2,1,APL,1,2,3,4,5,6,7,8,9,10
@option3,1,Something else,blah, splerg,nomnomnom
_{If~%option1%=1|variable1=10|}
_{If~%option1%=2|variable1=20|}
_{If~%option1%=3|variable1=30|}
etc for each option, so i would have in the end 3 variables to work with
or is there a simpler way of doing it?