The Dink Network

Reply to Re: New script, to delete version number :D

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
December 9th 2002, 02:02 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
Um... what is all of that junk!? Both me and Paul have figured out different ways to do it, with much less code and effort.

My way requires a blank screen, all black, and then do this code:

//Lets load screen 32 (blank screen) so the cursed v1.06/v1.07 doesn't appear

//at the bottom of the title screen.

&player_map = 32;

load_screen();

draw_screen();

Three hole lines of code. Compared to yours... it wins hands down.

Paul's technique is much better... but I can't remember the code for it. That was 2 or 3 lines. He posted it on the board a while back.