okay say it looks like this
Players[0].Name:= '';
Players[0].Pass:= '';
Players[0].Nick:= '';
Players[0].Strings[0]:= 'tree'; // tree, oak, willow
Players[0].Active:= false;
Players[1].Name:= '';
Players[1].Pass:= '';
Players[1].Nick:= '';
Players[1].Strings[0]:= 'tree'; // tree, oak, willow
Players[1].Active:= false;
Players[2].Name:= '';
Players[2].Pass:= '';
Players[2].Nick:= '';
Players[2].Strings[0]:= 'tree'; // tree, oak, willow
Players[2].Active:= false;
just delete all the ones you dont need so it looks like this
Players[0].Pass:= '';
Players[0].Nick:= '';
Players[0].Strings[0]:= 'tree'; // tree, oak, willow
Players[0].Active:= false;
end;




never mind about the error, i was too far away from fishing spot lmao
It solved a mysterius box with out a problem. I had not managed to read the whole sentese before it was ready
