Hey there, I have a problem with my latest mod regarding the actor value "Food". Basically when the object that provides food has been placed on the ground I would like to manipulate/modify the value during the game. So one day it would be a value of 1, other days 3 reacting to events. Now I have it working in the sense that the actor value has changed, that when you hover over the placed object it will say "Supplies x food" which is the correct value, however this Food value does not seem to supply to the settlement as the available food does not change. I am changing the value by using the commands "SetActorValue" and "GetActorValue". So I tried to "reset" the object when the value changed by treating the object as an actor and toggling it's unconscious state, which so far hasn't worked. I'm hesitant about editing the actual workshop script as it may interfere with other mods and it seems too extreme for such a small mod. Thanks for reading, if you have any other ideas or suggestion please go ahead. I searched for if anyone else had this particular problem but couldn't find any real help.