What I'm doing:
PHP Code:
triggerAction( this.x + 1, this.y + 1, "serverside", "returnData", "bomy");
Which works when doing it before I use the move() command.
After using the move() command, to move my "bomypet", on Graal2001 Dev, it doesn't trigger at correct place anymore. Anyone knows why? The triggeraction is done clientside, the move() part serverside.
The move() part is in a joined class, not the one the triggeraction is being sent to, maybe the this.x and this.y aren't updating correctly? Who knows.. maybe you!