The Dink Network

Reply to Just a simple dinkc question.

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:
 
 
April 22nd 2005, 04:59 PM
pig.gif
Right, ive got a gaurd, who has to walk out of the way in a certian situation, but he wont walk away. I think this is because of him being hard, so what do i do to make it work?

P.S. Heres the script i got:

void talk(void)
{
if(&gladfight == 0)
{
freeze(1);
say_stop("`2do you have an apointment? I think not.", &current_sprite);
unfreeze(1);
}
}
{
if(&gladfight<0)
{
freeze(1);
say_stop("`2Good luck dink!", &current_sprite);
sp_hardness(&current_sprite, 1);
move_stop(&current_sprite, 2, 380, 1);
say("thanks", 1);
unfreeze(1);
}
}