The Dink Network

Reply to Re: Scripting error

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:
 
 
August 26th 2007, 08:57 PM
dragon.gif
drath
Peasant He/Him United States
Humans are crunchy and filled with Katchup. 
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.", &current_sprite);
wait(200);
say_stop("`3Note from villagers S...Bridge is being fixed find another way around", &current_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.................................", &current_sprite);
wait(200);
say_stop("answer me stupid sign", 1);
wait(200);
say_stop("`2........................", &current_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", &current_sprite);
wait(50);
say_stop("?", 1);
}