The Dink Network

Reply to Re: Void die bugs.

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 20th 2011, 06:14 AM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
Don't forget to add: kill_this_task(); (This is needed because otherwise the script won't terminate and go on and use computer resources.)

So the full script would be:

void die(void)
{
freeze(1);
say_stop("Bla bla bla", 1);
unfreeze(1);
kill_this_task();
}