The duckdie() proc
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
Not that I need it for anything, just curious

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");
external("myduck","duckdie");
September 11th 2004, 08:08 PM

MiloBones


Is anything called when the duck dies completely? Die(), AFAIK, is called when the head detaches.