#i'm making a score system, at the end it gets the tag of each player into a max

6 messages · Page 1 of 1 (latest)

quiet pollen
#

The problem is that if there's no player then the parse int is error, i tried with if value but parse success is also error, should I wire the player to a is valid then into if value?

#

Nvm i tried it's still error

#

Idk what to do

blissful skiff
# quiet pollen Nvm i tried it's still error

It shouldnt error unless you are taking it from a list

If you are taking it from a list and the index is greater than the amount of indexes in the list, it always outputs an error (Stupid? I know)

Instead, ask if the index is greater than or equal to the amount of items in the list

quiet pollen
#

Sorry i went to sleep

#

I thought about using a greater than i will try