Reply to Re: Variable question
If you don't have an account, just leave the password field blank.
So, if I do this:
int &txt1 = H
int &txt2 = e
int &txt3 = l
int &txt4 = o
say_stop("&txt1&txt2&txt3&txt3&txt4!", 1);
Dink will say "Hello!"?
int &txt1 = H
int &txt2 = e
int &txt3 = l
int &txt4 = o
say_stop("&txt1&txt2&txt3&txt3&txt4!", 1);
Dink will say "Hello!"?