The Dink Network

Reply to Re: script riddle

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
January 25th 2005, 05:11 PM
wizardg.gif
Paul
Peasant He/Him United States
 
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.