import josx.platform.rcx.*; class wander implements Behavior { public boolean takeControl() { // We want to return true here, because this is our default behavior return true; } public void action() { // Insert code to 'wander' here } }