I want to make a Weapon Customization Script, but am not sure how. That's why instead of creating a number of ridiculous threads in the form of contests or discussions, I'll just quit bullshittin and ask here XD.
Now:
1.) What would the difficulty of such a script be? Let's say... on a scale of 1-10.
2.) How would I go about doing this? Should I use a module? why (or why not?) Should I go into the RPG::Weapon/Armor class and add an empty array labeled customs?
3.) How would I go about making the customization abilities? Should I use a hash? can you handle it (result, required items, required items quantity) with a hash?
Now:
1.) What would the difficulty of such a script be? Let's say... on a scale of 1-10.
2.) How would I go about doing this? Should I use a module? why (or why not?) Should I go into the RPG::Weapon/Armor class and add an empty array labeled customs?
3.) How would I go about making the customization abilities? Should I use a hash? can you handle it (result, required items, required items quantity) with a hash?