Quote:
Originally Posted by cbk1994
No, putnpc2() returns the actual NPC object, hence why you can do this:
PHP Code:
temp.npc = putnpc2(32, 32, "");
npc.var = "foo";
npc.join("meow");
|
Ah, well, I always get confused about this, since Graal handles it in a very weird way..