Thread: screenx/y
View Single Post
  #1  
Old 10-29-2002, 02:52 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
screenx/y

NPC Code:

if (created || timeout) {
showimg 0,@X,screenx(mousex,mousey),screeny(mousex,mousey) ;
changeimgvis 0,4;
setplayerprop #c,#v(screenx(mousex,mousey)) #v(screeny(mousex,mousey));
timeout = 0.05;
}


It is giving me negative values, while I am under the strong impression that it should not.
Reply With Quote