'; $user = getUserInfoFromUid((int)$_GET['userId']); if (!$user) { $user = getUserInfoFromUid(2); if ($user and $user->CharacterAppearance !== "" and $user->CharacterAppearance !== null) { $bodyColors = json_decode($user->CharacterAppearance, false)->bodyColors; }else { die("Error: Failed to fetch Guest character appearance"); } } if ($user->CharacterAppearance !== "" and $user->CharacterAppearance !== null) { $bodyColors = json_decode($user->CharacterAppearance, false)->bodyColors; } else{ $user = getUserInfoFromUid(53); if ($user and $user->CharacterAppearance !== "" and $user->CharacterAppearance !== null) { $bodyColors = json_decode($user->CharacterAppearance, false)->bodyColors; }else { die("Error: Failed to fetch Default character appearance"); } } ?> null nil HeadColor?> LeftArmColor?> LeftLegColor?> Body Colors RightArmColor?> RightLegColor?> TorsoColor?> true