g.setFont(nodeBlockFont);
g.drawString("SCRIPT IS BLOCKING NODES", 171, 100);
g.drawString("GETTING MORE RUNE ESS", 180, 130);
}
final Locatable target = SudoRunespan.getTarget();
if (target != null && target.getLocation().isOnScreen()) {
g.setColor(Color.RED);
g.drawPolygon(target.getLocation().getBounds()[0]);
g.setColor(alphaRed);
g.fillPolygon(target.getLocation().getBounds()[0]);
}
if (Widgets.get(1274).validate()) {
gainedPoints = Integer.parseInt(Widgets.get(1274, 2).getText()) - startPoints;
}