How to skip animations

Anybody know how to skip an animation?

What do you mean by skip an animation?

You can skip an animation by not writing it at all in your script.

Do you mean how to show the end of an animation (ex. the end of flirt_fingersnap or shush or another one) ? :thinking:

If so, then check out this thread: How to make characters stare - #3 by Shakeela18

And read this:

Moved to Directing Helps and Tips since it’s about scripting. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to ask me if there are any questions. :wink:

If you only want the start of an animation or make it kind of quicker, pauses combined with the “&” help.

Example: You want to have 3 fast punches:

&CHARACTER is punch_jab
@pause for 0.8
&CHARACTER is punch_jab
@pause for 0.8
&CHARACTER is punch_jab
@pause for 0.8
NEXT ANIMATION