How to make a character run to a specific spot

Can someone tell me please how to make a character run to a specific spot?

@LILLIAN is run_athletic to spot 0.326 224 433 in 2

It should be:

@CHARACTER walks to spot x y AND CHARCTER is run_athletic
@LILLIAN walks to spot 0.326 224 433 in 2 AND LILLIAN is run_athletic

or:

&CHARACTER walks to spot x y AND CHARACTER does it while run_athletic

&LILLIAN walks to spot 0.326 224 433 in 2 AND CHARACTER does it while run_athletic

Hope this helps! :wink:

The proper format for having a character walk to a spot while doing an animation other than walking looks like this:

@CHARACTER walks to spot [scale] [y] in [time] and CHARACTER does it while [animation]

1 Like

thank you so much!:slight_smile:

1 Like

No problem! :wink:

sorry one more question, does anyone know how to make a loop happen only once? example I want to put the shoot_loop in my script, but I only want it to happen once

Um,

@CHARACTER starts shooting_loop
@pause for 0.500

Then you put something else there, like

@CHARACTER is idle

Make them be idle with the gun right after

@CHARACTER is shoot_loop
@CHARACTER is idle_hold_gun

Closing due to one month of inactivity :slight_smile: