// Going to ignore this function Mind() { this.newRun = function() { }; this.getAction = function ( x ) { return ( 0 ); }; this.endRun = function() { }; }