Thread: onwall2
View Single Post
  #15  
Old 02-06-2002, 04:03 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
Quote:
Originally posted by nyghtGT


OR

NPC Code:

NPC Code:

if (created) {
timeout=1;
}
if (timeout) {
if (onwall2(30,30,2,2)) {
message Onwall.;
} else {
message Offwall.;
}
timeout=1;
}



how would you do that with just onwall?
Reply With Quote