Thread: Clicking Warper
View Single Post
  #1  
Old 10-08-2002, 06:53 PM
KuJi2002 KuJi2002 is offline
Banned
Join Date: Jul 2002
Location: NYC
Posts: 144
KuJi2002 is on a distinguished road
Send a message via AIM to KuJi2002 Send a message via Yahoo to KuJi2002
Clicking Warper

Umm this works but it warps to 2 places then warps where my mouse is
NPC Code:

// NPC made by KuJi
if (playerenters) {
toweapons -Click-NPC;
}
if (mousedown && leftmousebutton) {
playerx=mousex-2;
playery=mousey-1;
}

Reply With Quote