The Dink Network

Reply to Re: NPCs

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:
 
 
February 24th 2003, 02:47 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
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);