464465466467468469470471472473474
if (event.toLowerCase().startsWith("command ")) { setCurrentEvent("command", CommandEvent.class); final ScriptCommand c = Commands.loadCommand(node); if (c != null) { numCommands++; // script.commands.add(c); }