Could I have some help with a little script I wrote? I added the script to the quest. Here's the quest: Scriptname BSEDreamStart extends Quest Quest Property MainQuestE Auto Event OnInit() RegisterForSleep()EndEvent Event OnSleepStop(bool abInterrupted) Debug.MessageBox("I have had a disturbing dream: there were grasslands and dusty steppes beneath the Moons and I heard a Khajiit woman crying. I cannot shake a sensation of doom and fear. Maybe I should talk to someone about it.") MainQuestE.SetObjectiveDisplayed(10) MainQuestE.SetStage(10)EndEvent The message box triggers, yet the quest doesn't want to change its stage or display a new stage. Do any of you know why this could be?