ThalonMook Posted November 13, 2018 Posted November 13, 2018 Hi all, is it possible to repair the Power Armor with a script? I searched all papyrus commands but didnt found one that gives the damage of the PA. ThxThalon
jdrfox Posted November 17, 2018 Posted November 17, 2018 (edited) yes it is possible Actor.RestoreValue (PowerArmorHeadCondition, 100) ;for the helmet, for example. Edited November 17, 2018 by jdrfox
ThalonMook Posted November 17, 2018 Author Posted November 17, 2018 (edited) Ahh thx. This was the missing thing :-) I found all other part names with this info. But one thing I also need to know. How did I get the parts I that where needed for the repair? CuThalon Edited November 17, 2018 by ThalonMook
Recommended Posts