The Dink Network

Reply to Re: Bookshelf

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:
 
 
October 29th 2012, 04:29 PM
wizardg.gif
leprochaun
Peasant He/Him Japan bloop
Responsible for making things not look like ass 
I'll answer number two right now because it's relatively simple compared to the other two.

This is just for picking the item up. If you're adding new items of your own creation you'll have to create the scripts for them.

void touch(void)
{
//This is for pig feed
say("WHOLOOOLOOOO", 1);
add_item("item-pig", 428, 2);
sp_nodraw(&current_sprite);
kill_this_task();
}