Reply to Variable question
If you don't have an account, just leave the password field blank.
Is it possible to do something like this:
&var = Hello
So if you do something like this:
say_stop("&var!", 1);
It will appear something like this:
Dink: Hello!
&var = Hello
So if you do something like this:
say_stop("&var!", 1);
It will appear something like this:
Dink: Hello!