chriskilgore2245 Posted August 26, 2010 Share Posted August 26, 2010 hello all. i was just wondering if anybody could tell me how to scale an NPC using the construction set. i would like to scale one of my companions. i can do this by using the setscale command in the game, but when i re-summon my companion, she is back to normal scale. i would like to set it permanently so i don't have to do it all the time. thank you for taking the time to read this, and thank you for your help. Link to comment Share on other sites More sharing options...
Ranokoa Posted August 26, 2010 Share Posted August 26, 2010 Script the companion NPC to SetScale everytime she appears. As far as companions I'm not sure if an OnLoad will work everytime, but I think it might. So, Ref Self Begin OnLoad Set Self to GetSelf Self.SetScale (whatever you like) end Link to comment Share on other sites More sharing options...
lozor Posted August 26, 2010 Share Posted August 26, 2010 open up the companion .esp, find him/her edit base and up the scale a bit. Link to comment Share on other sites More sharing options...
Recommended Posts