Quote:
|
Originally Posted by falco10291029
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)
|
They are clientside variables, and you are trying to access them serverside...?