Script Spotting Error

Hi all,
I can not see what is wrong with this script.
Can anyone spot it?
@PO2 spot 0.847 138 228 in zone 1 AND PO2 moves to layer 2 AND PO2 faces left AND PO2 is talk_armscrossed_neutral_loop AND PO1 spot 0.827 53 226 in zone 1 AND PO1 moves to layer 2 AND PO2 faces right AND PO2 is talk_handsopen_happy_loop AND PO3 spot 1.044 255 77 in zone 1 AND PO3 moves to layer 3 AND PO3 is write_takenotes_neutral AND PO3 faces right AND PO4 spot 1.280 112 -4 in zone 2 AND PO4 moves to layer 2 AND PO4 faces right AND PO4 is talk_armscrossed_condescending_loop AND EX3 spot 1.280 218 -3 in zone 2 AND EX3 moves to layer 2 AND EX3 faces left AND EX3 listen_nod_neutral_loop

is this supposed to be PO1?

yes, i fixed that but the error is still there

can you specify more about the error?

I think the problem is that you forgot the “is” in this last part of the code

Try using the code I pasted in the dropdown box instead. It uses the “&” command so every character has their own line (it’s neater this way)

new code

@PO2 spot 0.847 138 228 in zone 1 AND PO2 moves to layer 2 AND PO2 faces left AND PO2 is talk_armscrossed_neutral_loop
&PO1 spot 0.827 53 226 in zone 1 AND PO1 moves to layer 2 AND PO2 faces right AND PO2 is talk_handsopen_happy_loop
&PO3 spot 1.044 255 77 in zone 1 AND PO3 moves to layer 3 AND PO3 is write_takenotes_neutral AND PO3 faces right
&PO4 spot 1.280 112 -4 in zone 2 AND PO4 moves to layer 2 AND PO4 faces right AND PO4 is talk_armscrossed_condescending_loop
&EX3 spot 1.280 218 -3 in zone 2 AND EX3 moves to layer 2 AND EX3 faces left AND EX3 is listen_nod_neutral_loop

it worked! thanks so much

1 Like

No problem, I’m always happy to help! :blob_turtle: