How to make character sit down in a certain spot?

I tried “@CHARACTER sits spot 0.866 39 200” but it’s not a valid directing command. Please help!! Thanks!!

Try:

@CHARACTER spot 0.866 39 200 AND CHARACTER is sit_animation

you just need to find some sit animation and replace it there :slight_smile:

2 Likes

Thanks for the reply!!!

Do you know off the top of your head if there’s a transition animation that shows them physically sitting down? I’ve been looking and the only transition I can find is standing to squatting… :frowning:

no, sorry I’m not very familiar with LL animations maybe @amberose or @JemU776 know any :smiley:

3 Likes

There’s the animation @transition_stand_to_squat which actually has an awkward pause in it, so what I do it:

&CHARACTER is transition_stand_to_squat
@pause for 0.3
@CHARACTER is sit_animation

And this makes it look a lot more natural

3 Likes

Thanks!!!

1 Like

No probs

1 Like

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