Page 1 of 1

Pawn Script Player stairs

Posted: Sat May 30, 2015 2:55 am
by Vertex
As I do for a Pawn walk up stairs ?. It is a pawn makes player .

Image

Re: Pawn Script Player stairs

Posted: Sat May 30, 2015 10:00 pm
by Vertex
Some help for the Pawn ?, take the stairs is a script player .

Image

Re: Pawn Script Player stairs

Posted: Sat May 30, 2015 11:36 pm
by Vertex
Ok , I've solved . :)
Image

Re: Pawn Script Player stairs

Posted: Sun Jun 21, 2015 2:48 am
by Veleran
If you add two script points for each stairs,one at the bottom and one at the top,the player can check if he is near the stairs and move from bottom scriptpoint to top of the stairs scriptpoint.
Just a quick thought.
If it is not about pathfinding,and you just want to navigate by collision you can set the stepheight of the pawn to be equal or greater than the height of the steps.