get rid of v1.07
How can I get rid of the yellow v1.07 at the titlescreen? It's bothering, yes, annoying me.
November 20th 2004, 06:15 AM

SimonK


You can do a search for brain 8 sprites in the first Start.c script and then kill that sprite... (Brain 8 is text...) or have a completely blank screen with no sprites as you starting screen and you get no text... I think.
this is what simonk means
//kill version number
int &spankmehard = get_sprite_with_this_brain(8, 1);
sp_active(&spankmehard, 0);
//kill version number
int &spankmehard = get_sprite_with_this_brain(8, 1);
sp_active(&spankmehard, 0);