Joined
Sep 30, 2014
Messages
3
Reaction score
0
First Language
English
Primarily Uses
I have a bit of a problem. You see, I was trying to make a cut scene that goes as follows:

Scroll Map

Text

Text

Text

Move Route

Text

Text

Switch

But for some reason, the move route, when not set to wait, plays after all the text has been shown, but when set to it, the game's frozen. I really don't know how to fix so does anyone know? 

Edit: The event was also set to player touch. The player can't seem to walk over the tile with the event but can move around it. How does that work and how do I make it possible to walk over said tile?
 
Last edited by a moderator:

Andar

Veteran
Veteran
Joined
Mar 5, 2013
Messages
38,009
Reaction score
10,570
First Language
German
Primarily Uses
RMMV
Move routes are always requiring time, so if you don't set them to wait the other commands of the event will be executed before the move route. You have to set it to wait if you want the text after the move route.


If a move route appears to freeze the game, then there is one command in the moveroute that cannot be executed - you have to find that command and change it.


In most of the cases that means that the move route is blocked by something on the map - either another event or an impassible tile.


Please check if the player can make that move route manually - if not, you have found the blocking tile.


If the player can go along the moveroute, then most probably there is an event with a priority below or above the player on the move route - that would not block the player, but it will block another event unless one of the events is set to through.


The correct solution depends on what you have on your map and what is blocking the moveroute - please post screenshots of both map and moveroute if you can't find the block on your own.
 
Joined
Sep 30, 2014
Messages
3
Reaction score
0
First Language
English
Primarily Uses
I checked the move route and I saw that the only thing blocking the player's path was the event itself. I forgot to mention that the event was triggered by player touch.
 

Shaz

Global Moderators
Global Mod
Joined
Mar 2, 2012
Messages
45,552
Reaction score
16,444
First Language
English
Primarily Uses
RMMV
If the event is set to Same as Characters priority and does not have THROUGH checked, then yes, it will block the player's path. If you need it to be there and needs to have those settings, either turn THROUGH on for the player or the event when the player starts walking, and off again afterwards, to allow the player to walk through it.
 

Latest Threads

Latest Posts

Latest Profile Posts

Gnyaaaa! Invisible comments on YouTube!!!
When I learned about multithreading in C++, one of the first things was that while heap is shared, each thread has its own stack and it's impossible to access another thread's stack.
So I wrapped the variables into a static class and passed its address to another thread. And it worked.
More characters from my game )
bandicam 2023-03-31 07-42-50-549.png
ScreenShot_3_30_2023_10_5_45.pngstarted working on a new area today. It's a warped version of being inside someone's home. Also moved the face and Panic gauges to be out of the way of the map names. switching moods actively changes what you encounter. Calm is normal while anxious is all the way up to Manic.
Ads.png
Some advertisements for M

And yes kiddos smoking, alcohol and too much coffee or tea are bad for you - but in the 20's we didnt know that yet xD

Forum statistics

Threads
129,980
Messages
1,206,706
Members
171,210
Latest member
alfazkhan
Top