Thank you! That’s definitely an error, but that alone didn’t fix it.
@CyanTigerReigns the error means that something is wrong with your blocks and it prevents the block from running. So if you see it, the game shouldn’t run fine.
Player ID’s just a number, and AllCoords is a list in the form of
[X COORD],[Y COORD]-id[PLAYER ID];
But I’m not looking for logic errors. I’m just looking for syntax errors.
So the code has AllCoords set to 24,40-id1 or something. Then it sets myTextToEnd to 24,40 to my understanding. Then foundEntry tries to look for ; in the string 24,40?! But it has a , not a ;
Getrithekd said that they used it to separate each entry in the list, so I would assume that it would actually be something like 24,40-id1;? I’m not sure.