The Dink Network

Reply to Dink.c 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:
 
 
February 6th 2003, 12:33 PM
milder.gif
Kory
Peasant He/Him Croatia
 
void main (void)

{

freeze(1);

freeze(&current_sprite);

say_stop("'8Oh oh oh...please he...help", &current_sprite);

wait(500);

say_stop("Calm down! Now tell me what is wrong!", 1);

wait(500);

say_stop("'8The...the legendary dragon Lognosus has attacked us!", &current_sprite);

wait(500);

say_stop("Who the heck is Lognosus? And tell me all!", 1);

wait(500);

say_stop("'8He he is an evil dragon sended from hell! He has sended monster to the woods!", &current_sprite);

wait(500);

say_stop("How can i help you?", 1);

wait(500);

say_stop("'8There is an garden Gimbus garden! Go there there is an training center...", &current_sprite);

wait(500);

say_stop("And?", 1);

wait(500);

say_stop("'8Shop, libary, cafeteria, and lobys!", &current_sprite);

wait(500);

say_stop("Ok! Bye!", 1);

wait(500);

say_stop("'8Cough cough cough! Bye fellow traveler!", &current_sprite);

wait(500);

unfreeze(1);

unfreeze(&current_sprite);

&story = 5;

}

{

if (&story == 5)

goto end;

}

say("'8Cough cough go now sonny!", &current_sprite);

END;

}

void hit (void)

{

say("'8You hit like a b***h!", &current_sprite);

}

Is this script right? I want that he says the first text than the other and the whole time the second text! Please make it easy!

Peace!

--Kory