Thread: the NPC's name
View Single Post
  #9  
Old 02-25-2009, 05:32 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by cbk1994 View Post
No, putnpc2() returns the actual NPC object, hence why you can do this:

PHP Code:
temp.npc putnpc2(3232"");
npc.var = "foo";
npc.join("meow"); 
Ah, well, I always get confused about this, since Graal handles it in a very weird way..
Reply With Quote