Thanks,
The example works, but I cant get it to work for myself, I'm sure I'm missing something dreadfully obvious
I used
/msg $chan $+(%var,%chose)
But all I get is the value of %chose, rather than %var%chose
The variable is correctly defined in the variables page
%var1 18
So when %chose is 1, and the output should be %var1
All I get is
1
If I use %var1 directly, without the %chose, it comes up right, just for some reason, the joining isnt working

Thanks