Thread: mouse coords
View Single Post
  #1  
Old 02-08-2005, 03:21 AM
falco10291029 falco10291029 is offline
BEst User EVER!
Join Date: Apr 2004
Posts: 1,186
falco10291029 is on a distinguished road
mouse coords

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)
__________________
BEst Insult ever: If I had a dollar for every brain you DIDNT have, i'd have one dollar!
Reply With Quote