The Dink Network

Adding weapons

July 13th 2004, 01:42 PM
duckdie.gif
I ran into this problem this morning:
How can you add new weapons to Dink?
July 13th 2004, 01:46 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
Check here. But instead of copying the nut, you should copy item-sw1 for the sword, or item-fst for the fists.
July 13th 2004, 01:48 PM
spike.gif
Well, if you'd like to give him the light sword, you should do this:

add_item("item-sw3", 438, 21);

where "438" is the number of the seq where all the items used in original Dink are stored in and 21 is the number of the frame that is the Light Sword picture.