Kleenean hadDelayBeforeLastIf = Kleenean.FALSE;
for (final Node n : node) {
SkriptLogger.setNode(n);
if (n instanceof SimpleNode) {
final SimpleNode e = (SimpleNode) n;
final String s = replaceOptions("" + e.getKey());
if (!SkriptParser.validateLine(s))
continue;
final Statement stmt = Statement.parse(s, "Can't understand this condition/effect: " + s);
if (stmt == null)
continue;