I am absolutely helpless
My scripts on object references in all my mods stopped working, they worked before and still compiles clearly.
I have copied all my scripts (from one single mod) to another folder, than changed only .esp and copied all back. All scripts in quest fragments and on Activators are working.
I guess some file is missing.
All those scripts are looking like this:
ScriptName Name extends ObjectReference
Quest Property MyQuest auto
Event OnContainerChanged(ObjectReference NewCont, ObjectReference OldCont)
If(NewCont == Game.GetPlayer())
;Set some stages in quest
Endif
EndEvent
All properties are filled
Is there any other way to fix this rather than reinstalling Skyrim?
Sorry for posting it again, but I have looked closer and I have no ideas
Hope you will understand
Thanks for any ideas