I'm trying to make two diferent scenes with the same actor. Here's the plot:
- In the CK cell, i have two rooms.
- I want to make that when player and my actor (NPC) enter in one room, the scene starts.
- For that, i create a scene with all phases with a start condition: Player has to be <300 meters from an Xmarker. The X marker is located in the rooms.
- But, at the same time, my actor is already in a scene (with followplayer package, and a few dialogues).
- Make follow scene interruptible causes problems, don't know why (the "follow" scene never start).
How can i make "follow scene" compatible with "rooms scenes": follow scene has to run when player isn't in the room, and stops when player enter in the room.
Don't know if i explained well :S