The Dink Network

Reply to Help ME!!!....Script problem

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 16th 2005, 03:16 AM
custom_carrie2004.gif
carrie2004
Peasant She/Her Canada
*chomp* 
void main(void)
{

if (&story == 0)
{
freeze(1);

int &man = create_sprite(396, 202, 16, 371, 1);
sp_base_walk(&man, 370);
sp_speed(&man, 1);
freeze(&man);

move_stop(1, 6, 300, 1);
sp_dir(1, 6);

say_stop("`0Oh Dink,it's horrible!.", &man);
wait(400);
say_stop("What is??", 1);
wait(400);
say_stop("`0At the end of this script!.", &man);
wait(400);
say_stop("Come on...spit it out!", 1);
wait400);
say_stop("`0I can't remember how to go North!!", &man);
wait(400);
say_stop("Try walking!", 1);
wait(400);
say_stop("`0I went south once,east once!.", &man);
wait(200);
say_stop("And once you disappeared too!!.", 1);
wait(200);
say_stop("`0I hope someone can help!.", &man);
wait(200);
say_stop("Yeah,this dmods almost finished!!.", 1);

move_stop(&man, 4, 433, 1);
wait(1);
sp_active(&man, 0);

&story = 1;

unfreeze(1);
kill_this_task();
return;
}
}