Jump to content
underninja141

Character will not move once they enter the map.

Recommended Posts

Hay, so I'm starting to make my own JJBA fangame, 'cuz y not. But the issue is that on room 2, the player will not move at all. I've searched around on the internet and found nothing helpful (There's a huge chance I just wasn't looking in the right places though. The player can't even turn. Attached is a few screenshots of the code I've put in. Also I have tested a few times to see where the issue is located and I have only attached relevant code, but I cant figure out the issue itself. Please help.

Untitled1.png

Untitled2.png

Share this post


Link to post
Share on other sites

If the player can't turn, it typically means that an autorun is still running.

I see that you try to erase it, but maybe it is still running or you have another autorun event on the map.

Either use self-switches and make a new tab for that self-switch or use parallel process for that event and see it the player is able to turn.

 

If the player can turn but not move then the problem is the map tiles. Either you don't have a star on the top left for tile B, or you have passibility set wrong for the tiles.

Share this post


Link to post
Share on other sites

I originally tried to use self switches on the previous map, but this did not work, so i decided to turn the whole map into a cutscene. I tried ur suggestion about self switches but again, no dice. The second image is the only event on the map.

Share this post


Link to post
Share on other sites

Well I just recreated your events and maps and it works fine.

Make a new project and copy/paste the events. see how it goes.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×
Top ArrowTop Arrow Highlighted