Reply to Re: NPCs
If you don't have an account, just leave the password field blank.
Get the sprites with:
int &spr_one = sp(xx);
int &spr_two = sp(yy);
where xx and yy are the sprite numbers (see editor for these). Then let them talk like this:
say_stop("`4Hi!", &spr_one);
// wait(250);
say_stop("`7Hi!", &spr_two);
int &spr_one = sp(xx);
int &spr_two = sp(yy);
where xx and yy are the sprite numbers (see editor for these). Then let them talk like this:
say_stop("`4Hi!", &spr_one);
// wait(250);
say_stop("`7Hi!", &spr_two);