My character is currently sitting, how do I make them stand up?

My character is currently sitting, how do I make them stand up? what is the proper coding for this.

2 Likes

Hey I think all you have to do is
@ character is standup_neutral

You just need to make the character do an animation without the word sit in it.

@ CHARACTER is transition_sit_to_stand or something like that

2 Likes

You could do
@CHARACTER is dustoff_loop
@CHARACTER is stand_up

1 Like

Which style are you writing in?

What do you mean which style? :sweat_smile:

Which character style? INK or Limelight (or classic)

Limelight!

So make them do the sit to stand animation

@CHARACTER is transition_sit_to_stand

2 Likes

Thank you very much!

1 Like