How to add "bow and arrow" weapons to the game?
I want to add a clawsword and bow and arrow for my dmod. The sword was added but not the arrows.m PLz tell me how to get te massive bow . I think there's a scripting error. How do i get 'massive bow' weapon in the gameZ?
add_item("item-b2",438,12);
item-b2 is the script name for the massive bow, 438 is the sequence number for item icons, and 12 is the frame of the (blue) massive bow.
I had a list of all the item scripts/seq/frame just for this cause. It's floating around the site somewhere...
Found it!