Hello,
I have trying to create scenes and I am not able to get them to start.
I have gone through different tutorials and still no luck. All I am really trying to make happen in a scene is to get a npc to do anything to test it.
This is basically what I have done:
-created a unique NPC actor
-created a quest (The quest starts without any problem)
-created a reference alias for the NPC with the reference being a unique actor
-created a scene using the reference alias of the NPC
-add a scene property with the value of Scene i created
-used the papyrus script ScenePropertyName.Start() on the stage it starts
-test to see that the stage is started (it is on the stage the scene should start)
I have also created the SEQ file and is located in the SEQ folder inside the data folder
Still the scene doesnt start
Can anybody give me any suggestions to try?
Thanks