6768697071727374757677
String cmd = st.nextToken(); if(cmd.equals("cycle")) { if(boat.isInCycle()) { boat.stopCycle(); activeChar.sendMessage("Boat cycle stopped."); } else { boat.startCycle();