How do I get my character moving?

I’m trying to allow the player to move in between scenes and come out the same way they went in. I was able to do that but when the player gets back to the base map, they are unable to move. I already checked if it was a collision problem but it is not.


The library events has set the variable to_floor to true when the player collides with the door to come back. I cant post two screenshots right now.

The second event won’t trigger because scene resumed only triggers once.

The sub-event needs to be on its own line. It might need other conditions so it doesn’t get trigged at other times.

I fixed that but the player still doesn’t move to the point or respond to any of the keys to move.

Is the to_floor variable true and can the player reach the destination?

The variable has to be true because before the player enters this screen again, the character’s position changes only when to_floor is true. I manually checked before to see if its a reachable spot before and it is.