justin
Initiate
I would like to be able to make a couple new items. Using a normal item that already exist.
I tried to copy "trashbarrel" and change the name and add a few mods to it. Changed every instance of "trashbarrel" to "trashbag"...... Changed the file name also to TrashBag.cs. Did not compile. I am wondering if there is an easy way to make a new item from an old one. Like adding "starter chest" from the something like "bone Chest".
I figured out that you can change a value of the item... .this.name = "Starter Chest".. and stuff like that. But to copy..... ????
I tried to copy "trashbarrel" and change the name and add a few mods to it. Changed every instance of "trashbarrel" to "trashbag"...... Changed the file name also to TrashBag.cs. Did not compile. I am wondering if there is an easy way to make a new item from an old one. Like adding "starter chest" from the something like "bone Chest".
I figured out that you can change a value of the item... .this.name = "Starter Chest".. and stuff like that. But to copy..... ????