Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Impassable Ladder?

Hey guys so basically I put a transfer player event on a ladder, and then when I tested it, I couldn't pass through the ladder. The ladder is on a wall tile which is impassable by default but the ladder itself should allow me to pass over it right? New to MV so I don't really understand why this is happening.
 

Attachments

CT_Bolt

Global Moderator
Staff member
Resource Team
Xy$
0.02
Hey guys so basically I put a transfer player event on a ladder, and then when I tested it, I couldn't pass through the ladder. The ladder is on a wall tile which is impassable by default but the ladder itself should allow me to pass over it right? New to MV so I don't really understand why this is happening.
Strange, it works for me with no problems.
Same setup:


I made a test demo for you... try this: click here to download

Does that work for you?
 
Strange, it works for me with no problems.
Same setup:


I made a test demo for you... try this: click here to download

Does that work for you?
Oddly enough, it does work. The only difference I can think of is that I play a sound effect as well in the transfer.

EDIT: After a lot of thinking, I think I've figured out the reason: prior to this was a cutscene where a character "goes up the ladder". Apparently I configured the event to simply change his sprite to transparent after reaching the top ladder tile, thus making him impassable and invisible. I have since edited the cutscene to transfer him off-screen (I don't know how to "delete" him so I just moved him to an unreachable place) and the ladder now works properly.

Sorry for the confusion. Thanks for the prompt reply, though, and thanks a lot for trying to answer my question!
 
Last edited:

CT_Bolt

Global Moderator
Staff member
Resource Team
Xy$
0.02
Oh no prob. Glad you've got things working... good thinking outside the box (err... map lol) but...
Can't you just set the player to transparent in the event command "move route" (not to be confused with the events page move route).


... then after the cut scene turn transparent off?

...Or is that what was giving you a problem?

(Posting from my phone so unfortunately i can't test anything, just theories)
 
Last edited:
Oh no prob. Glad you've got things working... good thinking outside the box (err... map lol) but...
Can't you just set the player to transparent in the event command "move route" (not to be confused with the events page move route).


... then after the cut scene turn transparent off?

...Or is that what was giving you a problem?

(Posting from my phone so unfortunately i can't test anything, just theories)
Ah this is how it happened
The character (not the player, an event) moves up the ladder. Then I turned him transparent. This means that the character event remained there but was invisible.

After the cutscene, I gave control to the player to freely move around the map. The player could only go up the ladder though. When I did try to go up the ladder, the invisible event was blocking me.

To solve this, I included a part in the cutscene that moves the invisible character event off screen, making the ladder passable again.
 

michaelbig

Villager
Xy$
0.00
Hey guys so basically I put a transfer player event on a ladder, and then when I tested it, I couldn't pass through the ladder. The ladder is on a wall tile which is impassable by default but the ladder itself should allow me to pass over it right? New to MV so I don't really understand why this is happening.
Just make sure that inside the event you have it set to "Below Character" that should work.
 
Top