Can someone help me with my script please

So I don’t have any errors with my script but one of my characters isn’t doing what I want them to. They just moved from a spot in zone 1 to a spot in zone 3. I want them to walk to another spot in zone 3 while walk_neutral_loop_rear then face left and sit.
Instead, my character is walking_neutral_loop_rear then faces right then sits while facing left.
I don’t want the character to face right at all, only left then sit.
I have an overlay but i don’t think that is an issue.
This is what I have.

@KRYSTAL walks to spot 0.903 210 225 in zone 3 in 1 AND KRYSTAL is walk_neutral_loop_rear
&KRYSTAL moves to layer -1
@KRYSTAL faces left AND KRYSTAL is idle_sit_neutral_loop

1 Like

Hi!

The bold is what you have to remove!

@KRYSTAL walks to spot 0.903 210 225 in zone 3 in 1 AND KRYSTAL is walk_neutral_loop_rear
&KRYSTAL moves to layer -1
@KRYSTAL faces left AND KRYSTAL is idle_sit_neutral_loop

Hello, i removed it and she still faces right before facing left and sitting down.

@KRYSTAL walks to spot 0.903 210 225 in 1 AND KRYSTAL is walk_neutral_loop_rear
&KRYSTAL moves to layer -1
@KRYSTAL faces left AND KRYSTAL is idle_sit_neutral_loop

1 Like

Are you having her enter or walk somewhere?

Please send me the script!

That “in zone 3” needs to be there.

1 Like

Ohhh

Usually it doesnt work for me with the “zones” in it

You need to use “does it while” when you have a character walking while doing an animation.

@KRYSTAL walks to spot 0.903 210 225 in zone 3 in 1 AND KRYSTAL does it while walk_neutral_loop_rear

2 Likes

You are way more helpful than me :sweat_smile:

for some odd reason it usually doesn’t work for me but in this case it did! Thank you.

thank you for trying to help me anyway :relaxed: <3

1 Like

Closed: Marked as solved by thread op :v: