The Dink Network

Reply to Re: Creating D-mods

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 8th 2008, 11:56 AM
pillbug.gif
pillbug
Peasant He/Him United States
Love! True love! 
If you just want Dink to walk over it and pick it up, try this on the graphic you want: (My scripting is a little rusty):

void touch(void)
{
//add a sound if you want
add_item("item-sw1",438,7);
kill_this_task
}

I think that should do it.

Now, if you want a shop, that's a different story.