6mizaki6 Posted May 27, 2019 Share Posted May 27, 2019 (edited) ive been looking around a lot of mods that resize power armor, but they all dont resize dead npc, i know that setscale doesnt work on dead actors i was thinking if there is a work around, most of the scripts that ive seen is Begin ScriptEffectStart SetScale 1.1 End Begin ScriptEffectFinish SetScale 1 End the most unique scripts ive seen is from immersive power armor but it still doesnt work Begin ScriptEffectStart if GetSelf == playerplayer.SetScale 1.16elseSetScaleEX 1.16Update3Dendif End Begin ScriptEffectFinish if GetSelf == playerplayer.SetScale 1elseSetScaleEX 1Update3Dendif End its driving me nuts hahhaha Edited May 27, 2019 by 6mizaki6 Link to comment Share on other sites More sharing options...
Recommended Posts