The Dink Network

get rid of v1.07

November 19th 2004, 09:43 AM
duck.gif
How can I get rid of the yellow v1.07 at the titlescreen? It's bothering, yes, annoying me.
November 20th 2004, 02:48 AM
custom_carrie2004.gif
carrie2004
Peasant She/Her Canada
*chomp* 
Yeah man! It bugs me too! Darn numbers.Grrr.
November 20th 2004, 06:15 AM
anon.gif
SimonK
Ghost They/Them
 
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.
November 20th 2004, 07:07 AM
girl.gif
joshriot
Peasant They/Them United States
keep it real 
this is what simonk means

//kill version number
int &spankmehard = get_sprite_with_this_brain(8, 1);
sp_active(&spankmehard, 0);
November 20th 2004, 04:30 PM
custom_carrie2004.gif
carrie2004
Peasant She/Her Canada
*chomp* 
Joshriot--you're cute but you're dang scary.