Climbing Steps

Blitz3D Forums/Blitz3D Beginners Area/Climbing Steps

Been designing some models, new at it, and wondering how to climb them.

Using collision detection to prevent walking through walls, obviously i cant climb the steps as they are (little) walls.

What ways are there round this?

Any help appreciated.

create a tiny invisible ramp, like windwaker does it

Also have a look at the EntityRadius command. If you use a bigger radius, you may be able to climb the stairs.

Thx peeps