Re: how do you add and equip claw sword when game starts plz help
plz help me out
Open up Start-1.c and search for add_item("item-fst", 438, 1); or something like that. Change the item-fst to item-sw2 for a Claw sword. item-sw1 and item-sw3 are Longsword and Light sword. Then, go into your editor (DinkEdit/WinDinkEdit) and hit 'E'. Find sequence 438 (I think that's it - look in the lower-left-hand corner of WinDinkEdit (not sure where it is in DinkEdit)) and look for the item image of the Claw sword. Hover the cursor over it, and take note of the frame (in the lower-left-hand corner of WinDinkEdit). Then, go back to Start-1.c and change the last 1 in that add_item line to the frame number of the Claw sword item image.
Savvy?
Tip: You generally post the question in the Message box, not the Subject.
Savvy?
Tip: You generally post the question in the Message box, not the Subject.
For Claw-Sword:
add_item("item-sw2", 438, 20); for both DinkEdit and WinDinkEdit.
DinkDude explained it right, but I made it a bit clearer, in case if you are one of THOSE guys, that don't understand nothing. I doubt you are.
add_item("item-sw2", 438, 20); for both DinkEdit and WinDinkEdit.
DinkDude explained it right, but I made it a bit clearer, in case if you are one of THOSE guys, that don't understand nothing. I doubt you are.

but where do you put that script???
If you took the time to read my post:
Open up start-1.c
So you save the script start-1.c with your modifications. You don't make a new one if you want him to start with a claw sword.
Open up start-1.c
So you save the script start-1.c with your modifications. You don't make a new one if you want him to start with a claw sword.