Quote:
Originally Posted by theHAWKER
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"