The Dink Network

Dink.c help

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

February 6th 2003, 01:00 PM
knightg.gif
WC
Peasant He/Him United States
Destroying noobs since 1999. 
I don't think anyone will help you peace man.

Peace!

-Kory
February 6th 2003, 01:03 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
Kory... there are some really, really, really bad syntax errors in that script that you should be able to see right away, if you expect to release a D-Mod any time soon. Try going through The Rudiments of Scripting (its in the Development category). That should help you quite a bit.
February 6th 2003, 01:06 PM
milder.gif
Kory
Peasant He/Him Croatia
 
(in the grass) Is it a bunny? Is it a butterfly? Is is a mosquito? No its WC jumping and collecting flowers!

Peace!

--Kory
February 6th 2003, 02:42 PM
old.gif
February 7th 2003, 11:26 AM
milder.gif
Kory
Peasant He/Him Croatia