Hey, guys! I’ve been coding episode stories for a few years but I haven’t done it in awhile so I need a little refresher on one small thing.
When I direct a character to walk to a spot while using a rear walk animation, once they get to that spot, they face forward again for a split second. I’m not sure why but I’m trying to get them to face one way the whole time, because they’re going to look out a window so their back needs to be facing the screen. I’ve tried using the ‘THEN’ command, after they get to the spot, but it isn’t working. Does this make sense?
Here is the coding I’m currently using. Please let me know any ideas you may have for fixing this.
@CARMEN walks to spot 0.926 247 215 in 1 AND CARMEN is walk_neutral_rear THEN CARMEN is idle_loop_rear
To reiterate, the issue is that for a second, between the walk command and the THEN command, Carmen faces forward using the idle animation. Idk how to stop this. Please help!