I've got a scene set up in my quest, which is set to initiate directly after another scene. The first scene works, but the second one (though setting the stage that should start the scene properly) never begins. I put a little debug script in my quest stage that starts the scene, but the Else notification is always shown:
If ArrestScene.Start()Debug.Notification("Scene started - arrest scene")ElseDebug.Notification("Arrest scene not started, but stage set properly")EndIf
The property for my scene is filled correctly. All the aliases for my scene are filled correctly. I have an SEQ file generated, and the scene USED to work (can't remember what I changed, if anything). The previous scene has a timer action which sets the stage to 115, which contains the above fragment. Here's the scene that won't start:
http://i1295.photobucket.com/albums/b630/Matthiaswagg/Screenshot17_zps43fb9668.png
The debug in that scene is never fired, and also I get the "Arrest scene not started, but stage set properly" notification, so obviously the scene won't start but I can't for the life of me find out why. Anyone got any input or suggestions?