View Single Post
  #4  
Old 11-20-2005, 10:29 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
PHP Code:
putnpc2(xy"contents"); 
... where contents will often be a join:
PHP Code:
putnpc2(xy"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.
__________________
Skyld
Reply With Quote