Crafting items
Awas73
Member Posts: 66
Is there anyway to script a new crafting menu or add to the existing menu to create your own crafting components?
0
Comments
How to do all of this is too large for a simple comment. It really needs a whole module-building course, if you're a novice.
Of course, you could go the simpler route which is to use the "Use Item: Unique Spell" property and the OnItemUsed module event. That's at least enough to allow you to combine items by allowing one item to be used on another item and then having the on-item-used script figure out what to craft because of that action.
Thanks Melkior. This could take awhile. I might invest some time in making some sort of complete package to add to any module but that will be in the future. Thanks for your feedback.