I am *trying* to write a script that allows an item to enable a currently disabled static object I have placed in the world. I tried as much as I could studying the vanilla home upgrades quest and script but all I have learned is that the items that are enabled after purchasing an upgrade as lined to a single xmarker (so that you don't have to output each object that would be enabled just the parent.
I am hoping to have something like the Oblivion home upgrade system with my mod where you would purchase say a note of ownership from the upgrader and when you return to the cell the upgrade is enabled.
Where I am running in to trouble is enabling the xmarker in papyrus. And also to link the script to the book-item itself.
If anyone could help, it would much appreciated!