Reply to Re: Story== question
If you don't have an account, just leave the password field blank.
i got my exemple too lol
void talk( void )
{
if (&Shop_Keeper == 0)
freeze(1);
say_stop("`7 Seller talking!",¤t_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!",¤t_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
void talk( void )
{
if (&Shop_Keeper == 0)
freeze(1);
say_stop("`7 Seller talking!",¤t_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!",¤t_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