Does anyone know how the "sits" code works?

I’ve been trying to use it but it doesn’t work! Someone can help me?
It’s like:

@CHARACTER sits POSITION
@CHARACTER sits lower POSITION

And can you tell me if it works with spots too?

1 Like

You have to place your Character when they want to be and then you can do the sit animation. For example…

@CHARACTER spot 0.300 300 300 THEN CHARACTER faces right AND CHARACTER is sit

Thank you! I’ll try it

1 Like

It gives me an error that says “behavior idle_sit doesn’t exist for character …” :face_with_raised_eyebrow:

Limelight or Ink?

Limelight

1 Like
@CHARACTER sits POSITION
@CHARACTER sits lower POSITION

You can’t use sits … you have to normally position your character with a stand command or spotlight and then add an animation to it, in this case it’s a sitting animation which there are many to choose from like idle_sit_neutral_loop
Example:

@CHARACTER stands POSITION and CHARACTER is idle_sit_neutral_loop

Thank you.
But then how can I make a character get down to sit? Like the movement between standing up and sitting down.

Hmm… I haven’t used Limelight myself so I’m not familiar with their animations… But maybe transition_stand_to_squat_neutral ?

1 Like

Yasss, thank you so much!!! :heart_eyes:

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