Thanks that link had great examples, final question and i think i got this part understood.
Could you do this
PHP Code:
for player.colors[ BodyParts.index(BodyParts)] = tokens[1];
instead of
PHP Code:
for (i: BodyParts) player.colors[ BodyParts.index( i)] = tokens[1];