View Single Post
  #6  
Old 07-27-2008, 10:48 PM
LoneAngelIbesu LoneAngelIbesu is offline
master of infinite loops
LoneAngelIbesu's Avatar
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
LoneAngelIbesu has a spectacular aura aboutLoneAngelIbesu has a spectacular aura about
Send a message via AIM to LoneAngelIbesu
It works fine for me. Chat is set properly and everything is echoed properly. Without braces, chat is set properly, but it does not echo properly.

You're sure there isn't something conflicting with it on your server?
PHP Code:
//#CLIENTSIDE
function onMouseDown() {
  
player.chat "Test";
  echo(
"onMouseDown()");
}
function 
GraalControl.onMouseDown() {
  
player.chat "Super Test";  
  echo(
"GraalControl.onMouseDown()");

__________________
"We are all in the gutter, but some of us are looking at the stars."
— Oscar Wilde, Lady Windermere's Fan
Reply With Quote