Reply to Re: Adding weapons
If you don't have an account, just leave the password field blank.
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.