Help me figure out what's wrong with my script?

Basically, I want MEXTRA to walk across the screen, and for FEXTRA2 to see KAIA, TERENCE and MALA, do react_shocked_gasp, then run off to the right while run_cry_embarrassed_loop. It says theres an error with the ones in bold though.

@KAIA spot 0.7 90 300 in zone 2 at layer 3
@KAIA faces right
@TERENCE spot 0.7 170 310 in zone 2 at layer 3
@MALA spot 0.7 250 300 in zone 2 at layer 3
@pan to zone 2 in 3
@FEXTRA2 spot 1.280 200 10 in zone 1
@FEXTRA2 walks to 1.280 200 10 in zone 2 at layer 1
@FEXTRA2 faces left
@FEXTRA is think_rubchin
@MEXTRA spot 0.9 200 15 in zone 1
@MEXTRA walks to 0.9 70 16 in zone 2 at layer 2
@FEXTRA2 is react_shocked_gasp
@FEXTRA2 walks to 1.280 200 15 in zone 3 while run_cry_embarrassed_loop
@zoom on 500 480 to 140% in 4

@KAIA spot 0.7 90 300 in zone 2 at layer 3
@KAIA faces right
@TERENCE spot 0.7 170 310 in zone 2 at layer 3
@MALA spot 0.7 250 300 in zone 2 at layer 3
@pan to zone 2 in 3
@FEXTRA2 spot 1.280 200 10 in zone 1
@FEXTRA2 walks to spot 1.280 200 10 in zone 2 at layer 1
@FEXTRA2 faces left
@FEXTRA is think_rubchin
@MEXTRA spot 0.9 200 15 in zone 1
@MEXTRA walks to spot 0.9 70 16 in zone 2 at layer 2
@FEXTRA2 is react_shocked_gasp
@FEXTRA2 walks to spot 1.280 200 15 in zone 3 while run_cry_embarrassed_loop
@zoom on 500 480 to 140% in 4

u forgot to add the “spot” word next to the numbers. See if it works.

No, it still says there’s an error
“use @CHARACTER walks to x y z in S”

1 Like

For both bold ones?

Wait I think I see now.

Hm try it.

@KAIA spot 0.7 90 300 in zone 2 at layer 3
@KAIA faces right
@TERENCE spot 0.7 170 310 in zone 2 at layer 3
@MALA spot 0.7 250 300 in zone 2 at layer 3
@pan to zone 2 in 3
@FEXTRA2 spot 1.280 200 10 in zone 1
@FEXTRA2 walks to spot 1.280 200 10 in zone 2 at layer 1
@FEXTRA2 faces left
@FEXTRA is think_rubchin
@MEXTRA spot 0.9 200 15 in zone 1
@MEXTRA walks to spot 0.9 70 16 in zone 2 at layer 2
@FEXTRA2 is react_shocked_gasp
@FEXTRA2 walks to spot 1.280 200 15 in zone 3 while FEXTRA2 is run_cry_embarrassed_loop
@zoom on 500 480 to 140% in 40

That’s not working either :confused: and the error is the same for all the bolded

1 Like

@FEXTRA2 walks to spot 1.280 200 10 in zone 2 and FEXTRA2 moves to layer 1
@FEXTRA2 faces left
@FEXTRA2 is think_rubchin
@MEXTRA spot 0.9 200 15 in zone 1
@MEXTRA walks to spot 0.9 70 16 in zone 2 and MEXTRA moves to layer 2
@FEXTRA2 is react_shocked_gasp
@FEXTRA2 walks to spot 1.280 200 15 in zone 3 and FEXTRA2 does it while run_cry_embarrassed_loop
@zoom on 500 480 to 140% in 40

1 Like

That worked! Thanks so much

2 Likes

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