The Dink Network

Reply to Re: HElp!

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:
 
 
May 31st 2003, 03:51 PM
pillbug.gif
void talk(void)
{
freeze(1);
freeze(&current_sprite);

choice_start();
"Say.. Aren't those chicken heads?"
“WHAT THE HECK HAVE YOU DONE!?”
“Your satanistic behavior has left a hole in my heart (sniffle)”
"Leave and only wonder..."
choice_end();

if (&result == 1)
{
say_stop("`6Yup, I can them, than ship em to New York", &current_sprite);
wait(200);
say_stop("...",1);
wait(200);
say_stop("`6They make real good gifts",&current_sprite);
wait(200);
say_stop("how much money do you make?",1);
wait(200);
say_stop("`6I once founded a rip one on the ground!",&current_sprite);
wait(200);
say_stop("`6Heya, take one a them",&current_sprite);
wait(200);
say_stop("Thanks?",1);
wait(200);
say_stop("`6don mention it"),&current_sprite;
wait(200);
say_stop("(great! now I have a blood-leaking head!)",1);
}

if (&result == 2)
{
say_stop("`6I've just started an honest buisness",&current_sprite);
wait(200);
say_stop("SO you do this for a living!!",1);
wait(200);
say_stop("I'm gonna cal 911 on my cell!!",1);
wait(200);
say_stop("`6call who? on what?", &current_sprite);
wait(200):
say_stop("I really don't know...",1);
wait(200);
say_stop("`6did ya know that know backward is wonk!",&current_sprite);
wait(200);
say_stop("`6Like a hitcha on ya head, WONK!",&current_sprite);
wait(500);
say_stop("I give up!",1);

}

if (&result == 3)
{
say_stop("`6I sell hearts too, mightay tasty",&current_sprite);
wait(200);
say_stop("Will thou mighty hand from thy sky help me?", &current_sprite);
wait(200);
say_stop("`0NO, BUT I WILL TAKE OVER YOUR BODY", 1);
wait(200);
say_stop("agh..er...fhgdsfg..",1);
wait(200);
say_stop("`0NO LONGER WILL YOU TELL JOKES OF ME",1);
wait(200);
say_stop("FOR I AM AS EVIL AS HITLER",1);
WAIT(200);
SAY_STOP("`0AND HITLER'S GONNA WHACK THINGS UP!",1);
WAIT(200);
FADE_DOWN();
FILL_SCREEN(0);
WAIT(1000);
SAY_STOP("`6wered da lites go?",&current_sprite);
wait(200);
say_stop("Where did what go? (heh)",1);
wait(200);
say_stop("`6Uhh.. nevermind",&current_sprite):
wait(600);
say_stop("DEVIL! HAVE YOU BEEN IMPERSENATING ME?!?",1);
WAIT(500);
SAY_STOP("`0MAYBE..",1);
WAIT(200);
SAY_STOP("I WILL PUNISH SATAN USING COOL GODLY POWERS!!,",1);
FILL_SCREEN(1);
SAY_STOP("`9WONK!",1);
WAIT(200);
SAY_STOP("`6Told Ya!",&currenT_SPRITE);
WAIT(200);
FILL_SCREEN(2);
WAIT(200);
SAY_STOP("`9POW!",1);
WAIT(200);
say_stop("NOW GO FROM WHENCE YOU CAME!!",1);
wait(200);
fill_screen(3);
wait(10);
fill_screen(4);
wait(10);
fill_screen(5);
wait(10);
fill_screen(6);
wait(1);
fill_screen(7);
say_stop("`0ARGH!!",1);
wait(300);
fill_screen(0);
FADE_UP();
wait(800);
SAY_STOP("I-i-i think I gotta go...",1);
wait(200);
say_stop("`6Come back ana time now, ya heare!",&current_sprite):
}

unfreeze(1);
unfreeze(&current_sprite);
return;
}

void hit(void)
{
say_stop("`6I love you", &current_sprite);
}
\\PLEASE help