using gravity while going up ladder
allc1865
Member, PRO Posts: 777
Hi, I have everything set up for my actor to climb a ladder, and it works well. However, when I apply gravity to my actor, I'm not sure how to get my actor to stay on ladder because he keeps falling...I tried >otherwise>accelerate 0, but that didn't work.
Any ideas? Thanks
Best Answer
-
nickname5862 Posts: 51
You can make a boolean attribute Climb. When climb up ladder, Climb to true.
When Climb is false, accelerate down.
If you want explanation or when it doesn't work, just send a file with the not working project to me or ask me to send one that I think that will work!
Answers
@nickname5862, that's a better idea, thanks I'll try it.