Reply to Re: Intro Graphics
If you don't have an account, just leave the password field blank.
August 23rd 2009, 07:15 AM

MsDink
This is what I am using - has the freeze unfreeze I thought?
void talk(void);
{
freeze(1);
say_stop("`%Bla bla bla", ¤t_sprite);
say_stop("more bla bla ", 1);
unfreeze(1);
}
void talk(void);
{
freeze(1);
say_stop("`%Bla bla bla", ¤t_sprite);
say_stop("more bla bla ", 1);
unfreeze(1);
}





