The Dink Network

Reply to unfreezing when leaving (almost rhymes!)

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 31st 2003, 05:51 PM
bonca.gif
Christiaan
Bard They/Them Netherlands
Lazy bum 
WHY doesn't dink unfreeze when he chooses "leave"?

I have an almost excact same script where he dóes unfreeze when he leaves. Grrrr.

//script
void talk( void )
{
freeze(1);
freeze(&current_sprite);
choice_start()
"huh?
"blah"
"Leave"
choice_end()
if (&result == 1)
{
say_stop("poop", 1);
wait(200);
say_stop("`6shut up.", &current_sprite);
wait(200);
unfreeze(1);
unfreeze(&current_sprite);

}
if (&result == 2)
{
say_stop("...", 1);
wait(200);
say_stop("`6i guess you'd like to know what the real content of this script is, right?", &current_sprite);
wait(200);
unfreeze(1);
unfreeze(&current_sprite);
}