 
TypeError: Object function (count) {
 var len = this.length >>> 0,
 count = count >> 0;
 
 unshift.apply(this, splice.call(this, count % len, len));
 return this;
 } has no method 'get' at checkTrapsDuringMovement (evalmachine. :2740:27) at evalmachine. :2804:16 at eval (  Dont suppose anyone understands waht this error means?  
 
				
			 
