There is no built-in script to give you a specific item. To get the armor back will require a bit of modding, but it's fairly easy modding. 1. Open you toolset and find the resource names of the items you lost. 1 1/2. create a new module. The name of the module doesn't matter, it's just really a placeholder. (just name it something easy to remember). 2. Create a new script, and past this in it: void main() { CreateItemOnObject(R"blackhelm.uti", OBJECT_SELF, 1, "", TRUE); CreateItemOnObject(R"blackchest.uti", OBJECT_SELF, 1, "", TRUE); CreateItemOnObject(R"blackboot.uti", OBJECT_SELF, 1, "", TRUE); CreateItemOnObject(R"blackglove.uti", OBJECT_SELF, 1, "", TRUE); } 3. Change the words blackgloves, blackchest, blackboot, and blacglove to the resource names of the fade armor pieces. 4. Save the script, then export it (export without dependant resources). 5. In windows, go to the folder that you exported your script to (the toolset tells you where it exported the script). There should be 2 files there. One is a NSS file, the other a NCS file. Move the NCS file to your override folder (packages\core\override). 6. In game, use the console to run the script (runscript <your script name>). That should give you the items.