Reply to Re: Text under something
If you don't have an account, just leave the password field blank.
I had a similar problem and I went like this:
say_stop_xy("`%(You don't need to go back in there)", 20,380);
It made the text appear near the bottom of the screen.
EDIT:Actually, I put it on a touch command...
void touch( void )
{
if (&story > 3)
{
say_stop_xy("`%(You don't need to go back in there)", 20,380);
}
}
say_stop_xy("`%(You don't need to go back in there)", 20,380);
It made the text appear near the bottom of the screen.
EDIT:Actually, I put it on a touch command...
void touch( void )
{
if (&story > 3)
{
say_stop_xy("`%(You don't need to go back in there)", 20,380);
}
}






