View Single Post
  #4  
Old 08-25-2002, 10:45 PM
Spark910 Spark910 is offline
Ex-Graal Global
Spark910's Avatar
Join Date: Oct 2001
Location: England
Posts: 10,892
Spark910 has a spectacular aura about
hah! Look i did it by my self (Thats good for me!)

NPC Code:

// NPC made by Spark911
if (playerenters) {
timeout=.05;
}
if (timeout) {
if (mousex=>32&&mousex=<33&&mousey=>32&&mousey=<33) {
message test;
timeout=.05;
}

else {
message ;
}
timeout=.05;
}

Reply With Quote