View Single Post
  #4  
Old 04-28-2002, 05:45 PM
Spanko Spanko is offline
Squeaker of Soles
Spanko's Avatar
Join Date: Nov 2001
Location: The Netherworl...lands
Posts: 1,366
Spanko is on a distinguished road
Send a message via ICQ to Spanko Send a message via AIM to Spanko Send a message via Yahoo to Spanko
I just wish it'd allow us to create custom functions like that, along with global custom NPC-Server functions.

Like:
NPC Code:
if (created) {
this.dist=GetDist(x,y,playerx,playery);
}
function GetDist(a,b,c,d) {
this.temp=((c-a)^2+(d-b)^2)^0.5;
return this.temp;
}

__________________

ICQ: 125283920
MSN: [email protected]
AIM: Squeax0r
Squeaker seems unable to access the forum using this account.. tis a sad day.
Now with occasional Asuka flavour! Ooops a bit too much...
Asuka should be king of Dustari!

"Y'know, some days even my lucky rocketship underpants don't even help."
Reply With Quote