Thread: destroy();
View Single Post
  #10  
Old 08-14-2007, 01:14 AM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by theHAWKER View Post
whats this part do?

temp.n = putnpc2(x,y,"");

n.join("whatever");
it puts and npc at x and y, and makes n scope to the object that was dropped to x,y

n.join() - n scopes to the dropped npc, so it makes the dropped npc at x,y join a the class "whatever"
__________________
Reply With Quote