I’m on my first story right now. When I want my characters to enter the screen, I use
@CHARACTER enters from left to screen right
for example. This worked the whole time, meaning the characters walk from off the screen to their destined position. But somehow this doesn’t work anymore for me since a couple of hours. The characters don’t walk, they move to their position but they don’t walk, they’re just in their default animation.
How can I fix this so they walk to their place instead of floating there? Does someone have/ had similar issues and/or has ideas how to fix it?
Thank you so much in advance for any kind of advice or idea!
Thank you for replying so fast! I love the episode community especially in the forum because they always help so fast haha. I will try it right now, tysm!
I looked over my script again. Is it possible that the problem is caused because i accidentally put the animation the character is supposed to do when arriving at their position like this
@CHARACTER enters from left to screen right and CHARACTER is talk_agree_happy
instead of
@CHARACTER enters from left to screen right @CHARACTER is talk_agree_happy