Reply to Re: how do i start with an item
If you don't have an account, just leave the password field blank.
start-1.c
add_item("item-sw1", 438, 7);
would give Dink a long sword. 438 is the sequence number of the pictures of the weapons. 7 is the frame number. To check out what frames are for which items open the editor, sequence 438 and count. For magic the command is
add_magic("item-fb", 437, 1);
add_item("item-sw1", 438, 7);
would give Dink a long sword. 438 is the sequence number of the pictures of the weapons. 7 is the frame number. To check out what frames are for which items open the editor, sequence 438 and count. For magic the command is
add_magic("item-fb", 437, 1);