LunarSlayer 0 Posted October 6, 2017 So got RPG Maker in the latest Humble Bundle, was messing around with and think I got it all figured out. However for an opening cutscene I'm doing the event just stopped working. It was totally fine the last twelve times I'd tested it and then all of sudden it just refuses to continue. Tempted to just open a new document and copy everything over but wanted to know if there was a potential fix first. Below is a section of the event, highlighted is where it randomly stopped. Then after consideration the rest of the event thus far. Share this post Link to post Share on other sites
Lord Vectra 414 Posted October 7, 2017 Try to take out the set move route only and give me a screenshot on where that event is. Share this post Link to post Share on other sites
KaisoAri 78 Posted October 8, 2017 (edited) Did you make sure there wasn't any other events in the path of the event you are working on? Sometimes that could cause that event to stop entirely and prevent it from doing the rest of its commands because it's trying to get to that spot that you set the event to go to. If there isn't, then there should be check box option in the Set Move Route command that you can tick on and off called "Skip if Cannot Move" that allows the event to skip movement commands if something is blocking its path. Or you can do what I like to do with a lot of my autorun cut scene events: you can set every event that's for a cut scene to make it so that other events can pass through them by ticking the Through check box on the event(s). Of course, I do this just in case a player gets to a place where they aren't suppose to be and they aren't stuck in between some events that the player isn't suppose to see/interact with. Edited October 8, 2017 by KaisoAri Share this post Link to post Share on other sites