The Dink Network

Reply to Re: How to make new items for the inventory?

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:
 
 
July 6th 2004, 02:41 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
If you mean the item scripts, you can copy item-nut and place what has to happen on use in the void use( void ). Of course, after deleting the original nut things.

If you mean how to make it actually appear in the inventory, you must use add_item("script", &seq, &fr); Where "script" is the script name (include quotes), &seq is the sequence number of the inventory image and &fr is the frame number.

Graphics for the new items are added just like any other graphics.