Hello,
In a player House mod I'm making, I've created a display system that reduce the size of the displayed weapon (scale is actually sent to 0.83 in order to fit with the display case I created). But I'm still unable to get the weapon back to scale 1 when the player takes it back.
The script should only applied to weapon displayed in this particular room to avoid conflict with other mods. I thought about a trigger zone with a script attached to it that makes every grabbed object in this zone return to scale 1... maybe via a spell cast to the player inside the zone... but I'm not skilled enough to get it right...
Or maybe there is a simpler way... any idea of a way to do it?
Thank you.