The Dink Network

Reply to Re: Variable Prob

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 25th 2003, 04:51 PM
spike.gif
Weirdo
Peasant They/Them
 
Try:

void talk(void)
{
if (&Blood == 1)
{
if (&Fingerprint == 1)
{
if (&Witness == 1)
{
if (&Thread == 1)
{
goto SOLVED;
}
}
}
}

freeze(1);
freeze(¤t_sprite);
say_stop("Hello",1);
wait(200);
say_stop("`6Hey Dink You Made It!!", ¤t_sprite);
wait(200);
say_stop("Hey",1);
wait(200);
say_stop("`6SimonK Is Under A Rock", ¤t_sprite);
wait(200);
say_stop("Hmmm",1);
wait(200);
say_stop("`6Can You Catch The Killer", ¤t_sprite);
wait(200);
say_stop("Sure!",1);
wait(200);
say_stop("`6Also Kory Has Been Acting Odd", ¤t_sprite);
wait(200);
say_stop("`6And ThinkDink Has Been Asleep For Ages", ¤t_sprite);
wait(200);
say_stop("`6I Gotta Go", ¤t_sprite);
wait(200);
say_stop("Ok ",1);
unfreeze(1);
unfreeze(¤t_sprite);
return;

SOLVED:

freeze(1);
freeze(¤t_sprite);
say_stop("Hello",1);
wait(200);
say_stop("`6Hey Dink Whats New", ¤t_sprite);
wait(200);
say_stop("I Found Some Evidence",1);
wait(200);
say_stop("`6Let Me See", ¤t_sprite);
wait(200);
say_stop("`9*SHOW EVIDENCE*",1);
wait(200);
say_stop("`6Wow!!", ¤t_sprite);
wait(200);
say_stop("Yup!",1);
wait(200);
say_stop("`6So Its **Not Telling Till Dmod Out**", ¤t_sprite);
wait(200);
say_stop("`6Well We Are Sending Him To Prison Thanks", ¤t_sprite);
wait(200);
say_stop("`6 You Helped Loads", ¤t_sprite);
wait(200);
say_stop("No Problem",1);
unfreeze(1);
unfreeze(¤t_sprite);
}