Adding weapons
I ran into this problem this morning:
How can you add new weapons to Dink?
How can you add new weapons to Dink?
Check here. But instead of copying the nut, you should copy item-sw1 for the sword, or item-fst for the fists.
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.
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.