I’ve done this before but now it’s not working. I’m trying to get my char to walk then say something and when they stop, but there not doing the animation there suppose to be doing when talking, and I’ve tried putting it different ways but still don’t work.
Is it Jason that you want to walk then talk after walking? If so, you need to use the @ sign for line 99
1 Like
Yes, ty✨
I’ve had this problem before… For some strange reason it has to be more than the time they’re walking for otherwise the character won’t do their animation. Instead of putting
@pause for a beat
Try:
@pause for 1.0000001
You can’t tell the difference of time but it works I believe
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.