I have download fxSDK and Gint before some days and it's all fine, but i have some problems with coding , when i print some lines i can't do scrolling up and down like a console
Code:
The "Line 10" and "Line 11" goes under the screen , how i can add something let me scroll up [ ↑ ] and down [ ↓ ] Neutral
Code:
// dtext(x,y,text)
dtext(1,1,"Line 1");
dtext(1,8,"Line 2");
dtext(1,8*2,"Line 3");
dtext(1,8*3,"Line 4");
dtext(1,8*4,"Line 5");
dtext(1,8*5,"Line 6");
dtext(1,8*6,"Line 7");
dtext(1,8*7,"Line 8");
dtext(1,8*8,"Line 9");
dtext(1,8*9,"Line 10");
dtext(1,8*10,"Line 11");
The "Line 10" and "Line 11" goes under the screen , how i can add something let me scroll up [ ↑ ] and down [ ↓ ] Neutral