Alternately, is it possible to access an actor's chargen properties? - Specifically, their weight?
I've got a nifty script which dynamically adjusts an actor's size, but I can't adjust their weight, which is silly. Both Height & Weight are Actor 'Traits'. Height can be adjusted with SetScale, which is both a console command and an ObjectReference Script command in papyrus, but there does not appear to be an equivalent for SetNPCWeight. If I could call the console command (or execute a batch file containing it) from inside the papyrus script, it would circumvent this.
(Note: I am not talking about mass.)