I'm using setweight() in my race mod, but the only way i can get it to update correctly is by
auto-adding a 'dummy' hat, gloves, chest piece, and boots, then auto-unequipped.
If i don't, then it leaves a neck gap.
This is what I have to run in order for it to show up correctly:
Spoiler
While this works 100% of the time, it leaves the person naked and or with a set of pants that I have auto-equip after the function.
I would like to be able to change weight on the fly without having to have the player change clothes.
Any input on this would be most helpful. Thanks