Connection ErrorBad RequestSession ExpiredSign in requiredForbiddenNot FoundToo Many RequestsServer ErrorBad GatewayService UnavailableGateway TimeoutHTTP Version Not Supported
Session Expired
Your session has expired. Please log in to continue.
Sign in required
You need an account to do that. Sign in or create one — it only takes a minute.
Request Failed
We encountered an issue while processing your request.
Please check your internet connection and try again.
You can choose from a list, for example, 8 names, and select one for the specific case (example: blockedTavern[3]), but is it possible to exclude a specific name? This is exactly what I need – to select all 8 names and then exclude, for example, the 3rd one.
Either put the number i in the if statement, or simply iterate through the first two elements in the array, and then through the rest.
It still doesn't work. It says "attempt to call a nil value".
Don't compare with nil, but with true. Or, as I think, it should be compared with false, but then for equality, and not the opposite.