I need a help with a scene

Hey guys, I need some help. So I’m making a scene where a character just stops kissing another character and right after they stop they make a step back.
This is the scene:

@CHARCTER spot 1.287 152 22 in zone 2 and CAROLINE is kiss_makeout_stop_rear and CHARACTER faces left and CHARACTER2 is idle

@CHARACTER walks to spot 1.287 121 21 in zone 2 and CHARACTER is step_right_rear

@CHARACTER is idle_rear and CHARACTER faces left

The problem is that right after the character steps back they don’t stay in position rear but they face left they are like in a position idle for at least 2 seconds and then this action:

@CHARACTER is idle_rear and CHARACTER faces left

happens. I don’t know what to do and I tried everything I know, if someone can help please do.

Use the “does it while” command in place of “is” for the duration of the character’s movement. So for example…

Replace “is” here with “does it while”.

1 Like

I will try, thank you for your help :slight_smile:

1 Like

Also, if you want them to stay rear after theyve stepped back without the pause, you can write it like this:

@CHARACTER walks to spot 1.287 121 21 in zone 2 and CHARACTER does it while step_right_rear THEN CHARACTER is idle_rear AND CHARACTER faces left

2 Likes

got it, thank you so much

2 Likes

i even wanted to know that how to make my character step back to a spot while being rear or not rear if it cant happen. I cant seem to understand how to make them step back, cause teh only step back animation is the scared/ feared one …

2 Likes

@CHARACTER walks to spot 1.287 121 21 in zone 2 and CHARACTER does step_right_rear THEN CHARACTER is rear

2 Likes

in limelight you can use animations:

1 Like

thank youuu:)

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