Doing an action then stopping

Hey guys,

So basically one of my character is doing the action ‘crowdsurf_excited_loop’
I want them to go to another place in the background whilst doing it which I managed to do.
But when they get to the place, they just standup and they are idle but I want them carry on being crowdsurf_excited_loop.

What do I do to make them carry on that action and not pause from it?

1 Like

Use “THEN CHARACTER starts crowdsurf_excited_loop" after they “walk” to the spot

@CHARACTER walks to [spot] and CHARACTER does it while crowdsurf_excited_loop THEN CHARACTER starts crowdsurf_excited_loop

Thank you. :smile: