Hi guys, I'm sure its something stupid, but I just can't get this to work. It keeps on bringing up an error. "ReferenceError: clearTimeout is not defined" Everything works except with the clearTimeout gets called. var t; ......... t=setTimeout(function(){ obj.set("status_dead",true); sendChat("","Time's Up!!!") },timer); ....... clearTimeout(t);