Script Help, Please?

I’m trying to make two characters hug, but it’s not smooth. The mother faces right for a quick second, and than goes to hug the MC instead of just hugging automatically. Any help?

(Please do it with the same script, I just want to be able to copy and paste it.)

Here is the script:

@MOTHER spot 1.280 61 16 in zone 2

@MOTHER walks to spot 1.280 229 14 in zone 1 and MOTHER faces right and MOTHER is walk_neutral_loop_rear and MOTHER moves to layer 4

&MERRYLYN starts hug_neutral and MOTHER starts hug_neutral_rear

A picture:

Thank you! :two_hearts:

1 Like

BumPp

Try:

@MOTHER walks to spot 1.280 229 14 in zone 1 and MOTHER faces right and MOTHER is walk_neutral_loop_rear and MOTHER moves to layer 4 then MOTHER faces right and MOTHER starts hug_neutral_rear

&MERRYLYN starts hug_neutral

1 Like

It’s still not working for some reason. :frowning:

Here is the full script, maybe something else is wrong with it?

1 Like

You have to capitalize the AND

1 Like

Which and?

Try this? Adding a little pause might help?

&MOTHER moves to layer 4

@MOTHER walks to spot 1.280 229 14 in zone 1 and MOTHER faces right and MOTHER is walk_neutral_loop_rear then MOTHER faces right and MOTHER starts idle_rear then pause for .1

&MERRYLYN starts hug_neutral and MOTHER starts hug_neutral_rear

1 Like

It doesn’t have to be capitalized. It can be, but It doesn’t need to be.

1 Like

When you say and mother capitalize the and like this AND mother walks to spot

1 Like

It’s still not working, she still faces right for a second before the hug. Is it a computer thing, or is there something really wrong with it. :joy:

1 Like

@MOTHER walks to spot 1.280 229 14 in zone 1 AND MOTHER faces right AND MOTHER is walk_neutral_loop_rear AND MOTHER moves to layer 4
[/quote]

1 Like

Give me a second, I’ll try with my computer :blush:

1 Like

Okay, thank you!

Still doesn’t work. :frowning:

1 Like

It doesn’t need to be captalised, but it does help organization

1 Like

Let me try

1 Like

Okay!

1 Like

@MOTHER walks to spot 1.280 61 16 in zone 2

Looks like you got that twice.

1 Like

1 Like

They’re different places. I did the first one so she walks straight and not diagonal.

1 Like