The Dink Network

Reply to Re: talking to sprites

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:
 
 
November 27th 2005, 10:13 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
int &sprite = create_sprite(something something);
sp_script(&sprite, "barman");

Then in the script barman.c:

void talk(void)
{
// conversation here
}