state(GruntState.MOVING);
// Start a path find
if (fTask != null) fTask.cancel();
fTask = new WalkTask(this, xy);
boolean okay = fTask.start();
if (okay) {
speak("ACKNOWLEDGE/GOODCOMMAND" + ((char) ((int) Math.floor(Math.random() * 10) + 65)));
// Check we can walk