The Dink Network

Reply to Re: What did I do wrong?

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:
 
 
July 2nd 2003, 01:29 PM
old.gif
here is the working script:

void main(void)
{
freeze(1)
say_stop("Dink, are you sure you want to be a knight?", &current_sprite);
say_stop("Yes, mom! Now ct the crap, I must be going.", 1);
say_stop("My tutor is waiting for me outside now, so I've got to go. I'm sorry.", 1);

//We must attach the script to 1000, or else it will be killed when warping
script_attach(1000);

&player_map = 2;

//no voids
load_screen();
draw_screen();

//I think the status commands aren't needed here

unfreeze(1);
}