How to get a character to walk up stairs

Hey! How do I walk my character up the stairs??

1 Like

@CHARACTER walks to spot x y z in # AND CHARACTER does it while walk_stairs_up_loop

Okay thank you! Do I have to spot direct them when they are at the bottom of the stairs and then up. If so, when do I ‘does it while
’?

You type in “does it while” when a character is moving from one spot to another

Do I put the animation when they are at the bottom of the hill or at the top?

you can put it in the script like this:

@CHARACTER spot x y z (the spot at the bottom)
@CHARACTER walks to spot x y z (the spot at the top) and CHARACTER does it while walk_stairs_up_loop

Awesome thank you!!

Thank you to the both of you!

Just a heads up, people don’t know that you’ve replied to them unless you click this button.

Ohhh really??? Oopsie! Thank you for letting me know!! By the way, my thing isn’t working when I spot direct them up. They aren’t even doing the animation either. So they aren’t walking upstairs

You’ll need to show the script

Okay, I’ll send it to you

You need to add in walks to

Example:
@CHARACTER walks to spot 0.743 157 124

Ohhhhhh

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.