The Dink Network

Reply to Re: New Forum Feature: Code Tag

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:
 
 
July 5th 2009, 02:29 PM
boncag.gif
Godley
Peasant They/Them
 
void talk(void)
{
freeze(1);
freeze(&current_sprite);
say_stop("Boy, it works",1);
wait(666);
unfreeze(&current_sprite);
unfreeze(1);
}