Reply to Re: Position of text
If you don't have an account, just leave the password field blank.
You can also record the sprite number of the said text and move it later:
Note that I'm not used to writing "raw" DinkC, so my code may not work, but I hope you get the idea.
int &spr = say ("text", &sprite);
int &y = sp_y (&spr, -1);
&y += 10;
sp_y (&spr, &y);
Note that I'm not used to writing "raw" DinkC, so my code may not work, but I hope you get the idea.






