Im so stupid helppp

I cant figure out what i freakin did wrong :frowning:Screenshot 2020-02-07 at 01.16.50

2 Likes

It would probably be
@ MELODY exits right
& MELODY is run_athletic_neutral_loop

Adding that & is like adding an “and” or you could do

@ MELODY exits right AND MELODY is run_athletic_neutral_loop

2 Likes

omgg tysm i didnt even think of the second one

2 Likes

You’re welcome!

1 Like

You can also code it like this on one line:
@ MELODY exits right and MELODY does it while run_athletic_neutral_loop

You have to write it like it is below

@ MELODY exits right and MELODY is run_athletic_neutral_loop

Hope this helps! :slight_smile:

(But don’t do the space between @ and MELODY. I only did that so I wouldn’t @ anyone. It has to be all together.)

1 Like