The Dink Network

Reply to Re: Intro Graphics

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:
 
 
August 23rd 2009, 07:15 AM
anon.gif
MsDink
Ghost They/Them
 
This is what I am using - has the freeze unfreeze I thought?

void talk(void);

{
freeze(1);
say_stop("`%Bla bla bla", &current_sprite);
say_stop("more bla bla ", 1);
unfreeze(1);
}