Hoever, if I want to call for the 1st character, and I do this, it works and I get the 1st character of the 1st team: Code: arrCharacters[1][1]; (Note that each array starts with a NULL, so there is no team 0 or player zero) However, as soon as I do this, ...