How do I fix this run-time () error?

I've been getting this runtime error notification, and I'm not sure how to fix it in my code. I think everything seems right, unless this is something to do with my List procedure. Thanks!


Welcome there,

As you can see, global score is a list.

image

However, you are comparing a list to a number, which makes no sense.

image

You might want to use this instead?

image

3 Likes

Yes! That worked! Thank you!!

1 Like

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