!752 static ShootLoop shootLoop; p { makeBot(); (shootLoop = new ShootLoop { { precision = 0.95f; } void recognize { Rect king = findImage("#1006072"); // white king on dark square if (king == null) king = findImage("#1006069"); // white king on light square print("White king found: " + king); } }).run(); } answer { if (swic(s, "precision ")) { shootLoop.precision = parseFloat(dropPrefixTrim("precision", s)); ret "ok"; } }