how to prevent the player from climbing obstacles while walking

dcelso

Member
Hi, I'm testing a new stage where there are chairs and tables.
Currently, the player can climb them while he is walking. I want that only does it when he jump there.
What I need to add to the stage definition? Tx
 
@dcelso,

Entities can never climb obstacles by default. In fact, they can't even jump over or onto them. There's something else at play here - I'm assuming you have platform set for those obstacles. Post the obstacle texts here inside of code tags (see screenshot) and we can start diagnosing.

1632248254360.png

DC
 
Just as I thought :sneaky:

Anyways, you will need to study how climbing script works. If there's any limiter in the script which prevents player from climbing obstacle, you'd need to apply the limiter to chairs and tables (and other non-climbable obstacles as well)
 
Back
Top Bottom