View Single Post
  #13  
Old 08-26-2007, 04:52 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
I edited to this:
PHP Code:
function checkPath(oxdxoydy) {
  
temp.delta = {dx oxdy oy, (temp.delta[0]^2+temp.delta[1]^2)^.5}; // get the delta's and distance
  
0;
  
temp.onwall false;
  while (
temp.delta[0]) { // while i is less than the distance between player and NPC
    
temp.onwall onwall2(ox+(temp.delta[0]/temp.delta[2])*i,oy+(temp.delta[1]/temp.delta[2])*i11);
    if (
temp.onwall) break;
    
i++;
  }
  return 
temp.onwall;

And it's still not working. =o
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote