Status problem
About DinkC scripting.
How do I hide the status bar? I can't make it work... Little help please
How do I hide the status bar? I can't make it work... Little help please
fill_screen(0);
draw_screen();
Might work.
draw_screen();
Might work.
If it's at the start (ie you want to delay the drawing of the status bar for an intro), you can take out this from start-1.c (or comment it out, which is probably better):
&update_status = 1;
draw_status();
and put it in at the of your intro.
It worked for me.
&update_status = 1;
draw_status();
and put it in at the of your intro.
It worked for me.











