Can't move when transferring player

CYL0CK

Rookie
Member
Joined
Dec 18, 2017
Posts
3
So in my game there is this cutscene that I have made, it all works perfectly until the end. So what happens is a pokemon uses FLASH on the player and the player is teleported to a lovation in the forest. So I have the screen flash white and teleport the player. At first the screen would flash white and the music of the location would play but all I got was white. I took that away, and basically the character can't move whats so ever, I cant open up bag or anything and have to restart.
Any thoughts would be much appreciated
 

xUMG

Hoho-oh?
Member
Joined
Oct 16, 2017
Posts
114
There are different reasons to this.
1. that is you haven't placed an end point on it, use a certain self-switch at the end of the event and add a new event page that is set for that certain self-switch that has nothing in it.
2. your tilesets terrain tags, you should check that certain tile your in at your tilesets Database

if those doesn't work take a screenshot of you event script.
 
Last edited:

CYL0CK

Rookie
Member
Joined
Dec 18, 2017
Posts
3
So I experimented a bit more and found that it just won't transfer the player to that specific map(SouthJungle) for some reason.
What I have Tried:
-Teleport player to other maps
-Teleport player to different map same tileset
-Add Selfswitch
-Teleport to different tile and position on Map
------------------------
There are different reasons to this.
1. that is you haven't placed an end point on it, use a certain self-switch at the end of the event and add a new event page that is set for that certain self-switch that has nothing in it.
2. your tileset's terrain tags, you should check that certain tile your in at your tileset"s Database

if those does'nt work pls take a screen shot of you event script.
So I experimented a bit more and found that it just won't transfer the player to that specific map(SouthJungle) for some reason.
What I have Tried:
-Teleport player to other maps
-Teleport player to different map same tileset
-Add Selfswitch
-Teleport to different tile and position on Map
 
Last edited:

CYL0CK

Rookie
Member
Joined
Dec 18, 2017
Posts
3
I Figured it out. I had an Event on Autorun and it didn't end so I couldn't move. Turned the AutoRun to action buttion and it fixed everything
 
Top