Rydia Highwind 0 Posted June 6, 2016 I'm relatively new to RPG Maker, although I have played with it in the distant past. Recently, I decided to make a fan game based on another game (of which you'll probably guess based on my screencaps) and I've run into a problem. I'm trying to make a cut scene, and my NPCs won't obey their set move routes. Well, only the last one, actually -- the first three worked fine. She is supposed to exit the train and run forward. Instead, she appears in the train, indicating that her event was triggered to begin, but then she just stands there. Both the train and the NPC are set to "through" so that isn't the issue. This is literally the first thing that I've done, so if there's a problem in the code, it'll be in this section. Code below the spoiler tag. Here is the code for the train's entrance, the first part of the event: And the bottom that got cut off: The NPC's code in the Event: I didn't bother copying the bottom, as it was more of the same. Here's her code in the actual NPC event: Can anybody help me out? I've read numerous tutorials and browsed forums for ages, and I couldn't find anything. I'm sure it's probably a simple fix, but I can't figure it out on my own. Thank you in advance. Share this post Link to post Share on other sites
Chadzter01 183 Posted June 6, 2016 (edited) The Cutscene event with the switch set to "Train Finished" had a trigger set to "Action Button" Try changing it to "Autorun" and see if that solves your problem. Also, Put a control self switch on to the events "Cutscene#1 and cutscene#1 (with train finished switch)" at it's very end so it will not repeat itself. Edited June 6, 2016 by Chadzter01 Share this post Link to post Share on other sites
Rydia Highwind 0 Posted June 6, 2016 Thanks, but neither of those solutions worked. She's still stuck on the train. Share this post Link to post Share on other sites
Skysagi 219 Posted June 6, 2016 Perhaps you could send us a project showing only the part where this problem is occuring and I could solve the problem. Share this post Link to post Share on other sites
Rydia Highwind 0 Posted June 6, 2016 Do you mean I should upload the entire game folder, or is there a special way to compress the game data that you'd still be able to access the code? Share this post Link to post Share on other sites
Rydia Highwind 0 Posted June 6, 2016 Never mind, guys. I figured out the issue -- I misunderstood what Chadzter01 asked me to do, and when I figured it out, their solution worked. Thank you for the assist! This can be closed. Share this post Link to post Share on other sites
Chadzter01 183 Posted June 7, 2016 (edited) Never mind, guys. I figured out the issue -- I misunderstood what Chadzter01 asked me to do, and when I figured it out, their solution worked. Thank you for the assist! This can be closed. Nice! Good luck with your project! =3 Edited June 7, 2016 by Chadzter01 Share this post Link to post Share on other sites
Rikifive 3,411 Posted June 7, 2016 This thread is closed, due to being solved. If for some reason anybody would like to re-open this thread, just send me a PM or report the thread. (= Share this post Link to post Share on other sites