NPC Code:
with (getplayer(#s(this.player))) {
thiso.x=mousex;
thiso.y=mousey;
}
this should transefer player mouse x and y coordinates to the npc's values thos.x and this.y right? If not what am I doing wrong? (if needbe I can post more of the script)