Playing the Scene
We can either play a scene through script (by setting it as a property and calling http://www.creationkit.com/Start_-_Scene on it), or by checking the "Begin on quest start" box on the scene tab.
We can either play a scene through script (by setting it as a property and calling http://www.creationkit.com/Start_-_Scene on it), or by checking the "Begin on quest start" box on the scene tab.
From the wiki ...
So I made an alias for scene called "Scenename" and then at stage 20 I call Scenename.start() but the scene never starts ... why?
Now the aliases involved have packages only inside the scene and not ut of it but since the scene packages do overide all others it shouln't be a problem so why doesn't start?
