I'm having terrible trouble getting this scene to start. It seems like Skyrim doesn't even believe that the scene exists. I have a script that is supposed to start the scene and then wait for the duration of it playing, then execute something. Problem is that I put a piece of script at the beginning of the scene 'debug.notification("scene starting")'. It never goes off. Further more actor that is supposed to do the first ai package, does not do what she is supposed to do. What's even weirder is that I put a "debug.notification("scene is playing")" inside the while loop that is intended to wait for the scene to finish, and the loop just keeps stating "scene is playing" infinitely, even though it is clearly not. Cannot figure out why it would not play. I also tried typing "startscene theIDofMyScene" in console command. Nothing. I tried "help partOfTheSceneID" and the scene's ID does not appear. It seems like the game doesn't even recognize that it exists. Can't figure out why. It is a start game enabled quest and I have generated an SEQ file for it, which worked for my other quest mod with a start-game enabled quest. Anyways, I'm out of ideas for troubleshooting. Help?