Jenova23 Posted May 12, 2024 Posted May 12, 2024 (edited) Does anyone have any information on the reason why the stage is not transitioning? I can't seem to get past the travel package. Spoiler Edited May 12, 2024 by Jenova23
Qviddhartha Posted May 12, 2024 Posted May 12, 2024 (edited) Scene end fragments ALLWAYS run. Either the scene is not ending (check using the console "stopscene ..."; it will force trigger your fragment), or you have not defined a stage 10 on your quest (Add a Debug.notification, Debug.messageBox or Debug.trace to verify the fragment is actually executed). In this case, it looks like your scene does not end... because the follow procedure never completes (it never does). You will need a scene phase ending condition to tell it when to stop/remove the AI package. Either that, or use another procedure that does complete, like FollowTo or Travel. Edited May 12, 2024 by pfB6cs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now