Error occurs on code exactly the same as one that works

So I have two scripts, one runs this:


while the other runs this:

As you can see, they are basically the same code, just with different things in the print and in different scripts. However, one for whatever reason shows this error:

This makes no sense since the other one works.

Are you sure this the full script?

1 Like

No but the rest of the script doesn’t really matter in this instance as it is separate and not inside anything else.

The error must be because of an issue somewhere else in the script where you forgot to close the if/loop/function etc with an end as the images you provided look fine.

2 Likes

go back to line 40 and see where you need a “end” note: “< eof>” means “end of line” meaning no “end” marker

Yes show us your script and we will be able determine the issue like i said before the images you provided are all fine

1 Like

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