Dink Showing Version
How am I supposed to get this stupid "v1.08" sign off the title screen?
Text sprites usually(/always) have brain 8, so you can kill it by searching for sprites with that brain.
int &diebutt = get_sprite_with_this_brain(8,1);
sp_active(&diebutt,0);
int &diebutt = get_sprite_with_this_brain(8,1);
sp_active(&diebutt,0);
Worked perfectly. Thanks a lot.









