I need to concatenate a string or two to a variable. The variable will should look like %money_$nick when it's done (where $nick is...well you know.) The script that I originally got the concatenation from was for mIRC 6.02, and it doesn't seem to work in mIRC 6.35 (* /if: invalid format ). The string goes like this:
%money_ [ $+ [ $nick ] ]
While that (without money_) worked great in that bot, it doesn't now.
What is the new format for doing this?
tl;dr How do I put $nick in a %variable?