How do I make a character stay down after run_fall? **INK**

Heya. I’m writing my first stort at the moment and i want my character to do the animation run_fall but after the animation is over she stand right back up… how do get her to stay lying down??

My code is:

@SAVANNAH enters from left to spot 1.210 50 0 AND SAVANNAH is run_fall
@SAVANNAH is idle_fallen

Thank Youu!!

Try using & instead of @ so that doesnt make it stand or
use does it while CHARACTER is “animation”
Hope this helped

If you have any issues regarding coding and have unsolved error problems
You can put it up in the FOREVER ART SHOP by tagging me @ as the preferred artist
I will help solving them
And all the best for your story sweetheart

1 Like

Thanks for the really quick reply! Haha. But when I try that you cant see the her run… only slide across the floor :sweat_smile:

you can try does it while did that work?

1 Like

No, it does the same thing :weary:

Cool I’m trying it out
Will tell you

1 Like

Okay! Thank You

the animation isn’t looped, so she automatically stays down. there’s no need for another animation. just the first line of code in your example should be fine.

1 Like

That is what I have been reading, but my character stands up again

@SAVANNAH enters from left to spot 1.210 50 0 AND SAVANNAH is run_fall
@SAVANNAH is idle_fallen THEN SAVANNAH is is sleep_lay_uncomfortable_loop

1 Like

@CHARACTER enters from left to spot 1.210 50 0
@CHARACTER is run_fall
&CHARACTER is idle_fallen

Try this @epy.marieann and let me know if it works

1 Like

OMG! That works perfectly thank you so much!!! :two_hearts:

Glad that helped.
:smiley:

1 Like

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