I need help! asap!

Hey guys so I was trying to make my character slide while doing something so I wrote this :
@CELINE walks to spot 0.603 150 322 in zone 3 AND CELINE does it while react_mortified
But it didn’t work, she just slides with no animation.
Help me please before I lose it :slightly_smiling_face: :woman_facepalming:t2:

3 Likes

maybe try “AND CELINE is react_mortified”

1 Like

It didn’t work :cry:

1 Like

I just tried it in my story and it worked perfectly. Maybe it’s a glitch?

TRY:

@/CELINE walks to spot 0.603 150 322 in zone 3 in 3 and CELINE does it while react_mortified

1 Like

Maybe try:
&CELINE is react_mortified
@CELINE walks to spot 0.603 150 322 in zone 3

1 Like

What do you have after she walks to the spot? Sometimes when you have the character to another animation right after they walk, it cuts off the animation.

2 Likes

have you spotted the character on a place he should slide from before you gived the walk command?

I think so. :thinking:

If you write it with AND, your character will do the action while walking (that’s why she’s sliding).

The solution is to use THEN (since with the command, the code waits until your character finished walking before applying the animation) instead of AND, so the code would look like this:

@CELINE walks to spot 0.603 150 322 in zone 3 THEN CELINE is react_mortified

1 Like

she wants the character to slide in if I understand it right.

It didn’t work :cry:

1 Like

you took out the " / " ? That’s weird.

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