i was wondering if there is any easy way to made the text inside the TEXT*
to scroll up.

[code]
TEXT* scoll_txt =
{
layer = 999;
pos_x = 19;
pos_y = 729;

size_x = 987;
size_y = 36;

font = "Tahoma#12";
string(txtLog);
flags = OUTLINE | SHOW;
}
[code]

did you remember eye of beholder?

on the bottom of the screen the text scroll up...
that's exactly what i'm trying to do.

so my wish is to have the text on the variable txtLog but to show just a some lines.