I made a letter where if read it starts a quest, it was working fine for a couple of days and then out of the blue it won't start the quest. Even on a clean save the quest will not start
script on the letter
- Scriptname DefaultOnReadSetQuestStage extends ReferenceAlias
- int Property myStage Auto
- Quest Property myQuest Auto
- event onRead()
- myQuest.setStage(myStage)
- endEvent
this is a defaultscript from the CK with mystage=5 and myquest=0strangersinskyrim.
help is appreciated
