Reply to Re: script riddle
If you don't have an account, just leave the password field blank.
I think igloo15 means this part:
&rmsg1 = say_xy("`%I am white,", 10, 90);
What you're actually assigning to the variable is the sprite number of the text created by the say_xy function. Then you can refer to that text by the variable and make it stay on the screen, get rid of it or maybe move it around.
It probably works with other say commands buy say_xy is the only one it really makes sense with.
&rmsg1 = say_xy("`%I am white,", 10, 90);
What you're actually assigning to the variable is the sprite number of the text created by the say_xy function. Then you can refer to that text by the variable and make it stay on the screen, get rid of it or maybe move it around.
It probably works with other say commands buy say_xy is the only one it really makes sense with.