The Dink Network

Reply to Re: Simple question

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:
 
 
April 25th 2006, 04:33 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
Sort of. void die(void) isn't a command, it is a function.

So to make a pillbug say "aaargh!" when it dies, it should have this in its script:

void die(void)
{
say("aaargh!", &current_sprite);
}

Note that the text will probably not display for very long, because I think it is removed when the sprite is removed.