The Dink Network

Help ME!!!....Script problem

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;
}
}

February 16th 2005, 04:10 AM
wizardg.gif
CHAOTIC
Peasant He/Him
 
So what is the problem with the script? If you want him to go 'north', then type move_stop(&man, 8, 6, 1)
February 16th 2005, 04:35 AM
custom_carrie2004.gif
carrie2004
Peasant She/Her Canada
*chomp* 
Well the main problem is that I haven't been making dmods for a little while and my mind has erased all previous dmod knowledge.
But I was writing 8,433,1 and I have no idea where that 433 came from.I'm off to make the changes,so thanks Chaotic.