DwemerHunter Posted October 21, 2012 Share Posted October 21, 2012 Hi, I'm trying to make a simple scene where the NPC travels to an xmarker when my quest is at stage 15. I've added the actor to the scene from the alias and added a phase. I then opened the phase and put in GetStage MyQuest == 15 on 'start' so that the phase will only begin if the stage is 15. I then added a new action action, chose package, and chose travel, then selected place to travel. On the 'package scene action' window in the top right hand corner, I have start and end phases at 1, and the actor's name is there too. However when the quest gets to 15 the actor just stands there. The scene doesn't begin. I've tried adding GetStage MyQuest == 15 to the package instead of on the start phase, and I've also tried putting it in the package AND the start of the phase... But it STILL doesn't begin. Why is this? Any help and I will love you forever! :biggrin: Link to comment Share on other sites More sharing options...
DwemerHunter Posted October 21, 2012 Author Share Posted October 21, 2012 Never mind- I had to add the MyScene.Start() script. Doh! Link to comment Share on other sites More sharing options...
Recommended Posts