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
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.
@dcelso : Are you modifying a mod? as Damon posted, climbing obstacles is not default ability so there must be script in your players' text which give them that ability.
@dcelso : Are you modifying a mod? as Damon posted, climbing obstacles is not default ability so there must be script in your players' text which give them that ability.
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)