The Dink Network

Reply to Re: General Sign Convention

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:
 
 
October 23rd 2008, 08:49 AM
pq_cthunik.gif
GOKUSSJ6
Peasant He/Him Poland
Everyone should get a pizza for free in each week. 
Here's a quick explanation how to do it:
void talk(void)
{
say_stop("`%Dink's House", &current_sprite);
}
Attach this script into the sign...Where "Dink's House" you can write something else...

but if you want to make Dink to say then:

void talk(void)
{
say_stop("`%Dink's House", 1);
}