How do i have a character move somewhere while facing the opposite direction

i want the character to be @idle_terrified while moving left while facing right, what would i write for that?

You could try:
@CHARACTER stands screen right AND CHARACTER faces right then CHARACTER exits left AND CHARACTER is idle_terrified_loop AND CHARACTER faces right

i don’t want to use the command exits left i’m using the walks to spot blah blah

Hmm. Maybe try: @CHAR spot 1.280 233 -8 AND CHAR faces right then CHAR spot 1.280 55 5 AND CHAR is idle_terrified_loop AND CHAR faces right

1 Like

But change the spots up if need be. :smiley:

1 Like

You would write near enough what you’re asking for :sweat_smile:
@CHAR walks to spot x x x in zone x in T AND CHAR faces right AND CHAR does it while idle_terrified THEN CHAR faces right AND CHAR is idle_terrified

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.