Is there anyway that i can speed a action?

i want to speed up and action but is that possible?

Not that I know of

aweee ok thank you

1 Like

I only know a way that would be using the & thing, it is like, for example:

&pause for 0.1 THEN CHARACTER is punch_jab
&pause for 0.6 THEN CHARACTER is punch_jab
@pause for 1.2 THEN CHARACTER is punch_jab

This way it looks like the punch action happens faster. If you use it, don’t forget to put the @ in the end or it won’t work. You can change the numbers after “pause for” to make it faster or slower. Hope to help :slight_smile:

1 Like

Do…
@character starts (action) in 5
You can put any number depending on how fast you want it to be. I just figured this out yesterday.

Did it really worked for you?

Yes

1 Like

Cool :slight_smile: Do you mind sharing with me which animation you used?

Well, I did,
@character walks to spot (spot) in 1
That made my character walk really fast.

1 Like

Oh :+1: yes it works like that :slight_smile: But only with the walking animations. So writing something like this:

@CHARACTER starts punch_jab in 5

would not work :wink:

Hmmm. I don’t know then.

1 Like

i ended up using 0.001