The Dink Network

Reply to Re: My D-Mod Script... Need Help

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:
 
 
June 17th 2005, 01:28 AM
pq_skull.gif
dinkme
Peasant He/Him India
 
void talk();
{
freeze(1);
freeze(&current_sprite);
say_stop("`2Hello Dink",&current_sprite);
say_stop("Thank You",1);
unfreeze(1);
unfreeze(&current_sprite);

}