Jump to content

need to know how to scale using construction set


chriskilgore2245

Recommended Posts

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

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

  • Recently Browsing   0 members

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