View Single Post
  #2  
Old 08-19-2001, 02:20 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
TIRED!!!!

NPC Code:

if(playerenters || timeout) {
timereverywhere;
timeout = 0.05;
this.check = 0;
for(i=0;i<2;i++;) {
if(onwall(playerx+.5+i,playery+3+i)) {
this.check = 1;
break;
}
}
if(this.check == 0) {
playery+=.3;
}
}



Asuming its non-p2p
__________________

subliminal message: 1+1=3

Last edited by Falcor; 08-19-2001 at 02:33 PM..
Reply With Quote