Thank you however this doesn't appear to be working:
PHP Code:
triggeraction(this.x + .5, this.y + .5, "Test", this.owner);
when I try and catch in it clientside doing
PHP Code:
function onActionTest(this.zowner) {
scheduleevent(.05, "showPoly");
this.chat = this.zowner;
}
I even set the shape of the object doing:
PHP Code:
setshape( 0, 16 * 5, 16 * 5);
But it still isn't working.