Jump to content

SetScale on dead npc wearing power armor


6mizaki6

Recommended Posts

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 == player
player.SetScale 1.16
else
SetScaleEX 1.16
Update3D
endif
End
Begin ScriptEffectFinish
if GetSelf == player
player.SetScale 1
else
SetScaleEX 1
Update3D
endif
End
its driving me nuts hahhaha
Edited by 6mizaki6
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...