PHP Code:
putnpc2(x, y, "contents");
... where contents will often be a join:
PHP Code:
putnpc2(x, y, "join(\"classname\");");
For old gscript, that is:
PHP Code:
putnpc2 x,y,{join classname;};
Quote:
|
Originally Posted by excaliber7388
it says that there's no NPCs that use it X_X
|
That just means that nothing has joined your class yet.
When you join a class that has no current instances, it will then appear in the classes list, and future script updates will then update all instances.