Reply to Re: Scripting error
If you don't have an account, just leave the password field blank.
Pay no attention to this post im doing it to transfer 1 script to my sisters laptop!!
void talk(void)
{
freeze(1);
say_stop("`2North to Part village.", ¤t_sprite);
wait(200);
say_stop("`3Note from villagers
S...Bridge is being fixed find another way around", ¤t_sprite);
wait(200);
say_stop("Well that is GREAT!! now how will I get their?", 1);
wait(200);
unfreeze(1);
}
void hit(void)
{
freeze(1);
say_stop("OUCH! are you happy stupid hunk of wood you gave me splinters", 1);
wait(200);
say_stop("`2.................................", ¤t_sprite);
wait(200);
say_stop("answer me stupid sign", 1);
wait(200);
say_stop("`2........................", ¤t_sprite);
wait(200);
say_stop("Ya thats what i thought ...... wimpy piece of junk", 1);
wait(200);
unfreeze(1);
wait(4000);
say_stop("`2BITE ME ASS HOLE", ¤t_sprite);
wait(50);
say_stop("?", 1);
}
void talk(void)
{
freeze(1);
say_stop("`2North to Part village.", ¤t_sprite);
wait(200);
say_stop("`3Note from villagers
wait(200);
say_stop("Well that is GREAT!! now how will I get their?", 1);
wait(200);
unfreeze(1);
}
void hit(void)
{
freeze(1);
say_stop("OUCH! are you happy stupid hunk of wood you gave me splinters", 1);
wait(200);
say_stop("`2.................................", ¤t_sprite);
wait(200);
say_stop("answer me stupid sign", 1);
wait(200);
say_stop("`2........................", ¤t_sprite);
wait(200);
say_stop("Ya thats what i thought ...... wimpy piece of junk", 1);
wait(200);
unfreeze(1);
wait(4000);
say_stop("`2BITE ME ASS HOLE", ¤t_sprite);
wait(50);
say_stop("?", 1);
}






