The Dink Network

Reply to Re: Story== 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:
 
 
July 13th 2004, 01:38 PM
slayer.gif
Astral
Peasant He/Him
 
i got my exemple too lol

void talk( void )
{
if (&Shop_Keeper == 0)

freeze(1);
say_stop("`7 Seller talking!",&current_sprite);
say_stop(" Dink talking!",1);

//stuff for your seller here

unfreeze(1);

&Shop_Keeper = 1;
}

{
if (&Shop_Keeper == 1)

freeze(1);
say_stop("`7 Seller talking2!",&current_sprite);
say_stop(" Dink talking2!",1);

//stuff for your seller here

unfreeze(1);
}

I hope you will find out what to do with all the exemple lol