The Dink Network

The duckdie() proc

September 11th 2004, 06:33 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
Yeah, the duckdie() proc. When is it called? What can you do with it? Has it been used? If yes, where? If no, why does it exist?

Not that I need it for anything, just curious
September 11th 2004, 07:09 PM
pq_frog.gif
Ric
Peasant They/Them Canada
 
Many procedures are internaly part of Dink like Main(), talk(),touch(),die(),and attack(). others like duckdie()can be added as needed, but only get used when called specificly by a script, eg:
external("myduck","duckdie");

September 11th 2004, 08:08 PM
anon.gif
MiloBones
Ghost They/Them
 
Is anything called when the duck dies completely? Die(), AFAIK, is called when the head detaches.
September 12th 2004, 08:27 AM
spike.gif
duckdie()

It has been used in original Dink with the windemere ducks.