Reply to Re: The duckdie() proc
If you don't have an account, just leave the password field blank.
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");