View Single Post
  #11  
Old 08-27-2002, 08:48 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
RAWR, don't make it so complex X.x

NPC Code:

if (created || timeout) {
message ;
if (mousex in |32,3.9999| && mousey in |32,32.9999|) {
message test;
}
timeout = .05;
}

__________________
[signature]insert here[/signature]
Reply With Quote