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:
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:
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
If there is an issue with aliases filling, a scene wont start.