My charecter doesn't kiss on the right side

Hey so i want my charecters to kiss but one of my charecters kisses on the opposide side. Help!

Moved this topic to Directing Help & Tips as that is the best place to get help with scripting and coding. Please review our forum tutorial for more info on where to correctly create topics. Thanks!

Okay. I’m sorry I am new.

1 Like

Just make them face the way you want:

@CHARACTER faces right/left

or put it at the end with:

@CHARACTER is … AND CHARACTER faces right/left

Hope this makes sense and helps :slightly_smiling_face:

1 Like

Character facing rear left:

Command:

@CHARACTER faces right AND CHARACTER is idle_rear

Character facing rear right:

Command:

@CHARACTER faces left AND CHARACTER is idle_rear

1 Like

I am going to try thanks. :smile:

1 Like

Thank you :slight_smile: