While exploring the functionalities of the Creation Kit I stumbled on a small, but time consuming problem. I set some ruins into overworld and created a quest around it, where you're supposed to meet a builder who rebuilds the ruin into your new house. Simple so far.
My idea was, do set the rebuild house static into the exact same place as the ruin, disabling it initially, and change the enabled/disabled-status via script, if the quest's stage reaches 20.
My problem is: I can't find a way to reach these specific statics with my quest script. I thought I should create a static property and assign a value with a unique Reference Editor ID (doubleclicking on the static in the Render Window and assigning it specifically for this instance) but the menu offers me only the overall references of all statics.
Then I thought I should make a script working on the ruin/rebuild house, that's triggered when my quest changes state, but there seems to be no such event.
I'm stuck for some hours now, so I'd be glad if someone could give me the right idea. The new scripting style confuses me alot at the moment.
Many thanks!

