Reply to Re: How to make Dink to take a sword(as example) only once???
If you don't have an account, just leave the password field blank.
Check out "sheart.c" or somesuch. Essentially you need the following lines so the item will never appear again when you enter the screen:
int &hold = sp_editor_num(¤t_sprite);
if (&hold != 0)
editor_type(&hold, 1);
int &hold = sp_editor_num(¤t_sprite);
if (&hold != 0)
editor_type(&hold, 1);








