Trying to get onMouseMove to work but nothing seems to be working for me..
PHP Code:
//#CLIENTSIDE
function onMouseMove()
{
player.chat = mousex + mousey;
}
does nothing.
Script help for 'MouseMove':
Clientside:
WorldEditor.mousemovescale - float
I'm guessing it's only available in v6?