Thread: keydown2
View Single Post
  #6  
Old 02-14-2008, 11:50 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by cbkbud View Post
YES, it is in a timeout
Why are you using a timeout though?

PHP Code:
function onKeyPressed(codekey) {
  switch (
lowercase(key)) {
    case 
"s":
      
player.chat "S";
    break;
    case 
"n":
      
player.chat "N";
    break;
  }

__________________
Reply With Quote