Scene don't start

Post » Tue Sep 30, 2014 6:10 pm

Hi all!

I'm trying to make an scene where two girls talk to each other.

The problem is that the scene never start.

What i have is that:

My quest, with a dialogue. When the dialogue with the npc ends, in the last response i put this script:

GetOwningQuest().SetObjectiveDisplayed(5)
GetOwningQuest().SetStage(5)
In the scene panel, in the first phase (start panel) i put a condition:
GetStage= 5
I'm doing something wrong, but don't know the solution of my problem.
On the other hand, if i check "Begin on quest start", the previous dialogue don't appears and i can't talk to the npc!
P.D: God! I need to improve my english! So srry!
User avatar
kirsty williams
 
Posts: 3509
Joined: Sun Oct 08, 2006 5:56 am

Post » Wed Oct 01, 2014 2:56 am

In the stage fragment for stage 5, add a Scene property to the script and point it at your scene. Then in the fragment start the scene wth

myscene.start()

The condition you set just means that that phase won't execute if the condition is false. It's not a condition for starting the scene

User avatar
Brian LeHury
 
Posts: 3416
Joined: Tue May 22, 2007 6:54 am

Post » Wed Oct 01, 2014 4:31 am

If there is an issue with aliases filling, a scene wont start.

User avatar
Gaelle Courant
 
Posts: 3465
Joined: Fri Apr 06, 2007 11:06 pm

Post » Wed Oct 01, 2014 8:31 am

Oh! Now it's working! Thanks a lot!

User avatar
!beef
 
Posts: 3497
Joined: Wed Aug 16, 2006 4:41 pm


Return to V - Skyrim