return messages.getString("NoFinishedBuildYet")+"\n"+EcUtil.toString(warnings);
}
if (destination.getMergedWaypoints().isSatisfied(s))
{
String yabot = encoder.done();
final int max = 770;
if (yabot.length() > max)
{
yabot += "\nBuild was too long. Please trim it by " + (yabot.length() - max) + " characters or try a new build.";
yabot += "\nThis YABOT string will not work until you fix this!";