The Dink Network

Reply to Re: Escape

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:
 
 
August 3rd 2003, 12:31 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
You need to close if (&result == 7) like this:

if (&result == 7)
{

choice_start()
title_start();
"You must save your game before continuing!"
title_end();
"Yes, I saved"
"No, I didn't save"
choice_end()

if (&result == 1)
{
fade_down();
fill_screen(0);
&player_map = 1;
sp_x(1, 307);
sp_y(1, 341);
script_attach(1000);
load_screen();
draw_screen();
draw_status();
fade_up();
kill_this_task();

}

if (&result == 2)
{
goto HELLO
}

//Closed!
}

if (&result == 1)