//#CLIENTSIDE function onKeyPressed() { if (keydown(8)) { if (ChatBar.visible == true) { } else { } } }