NC: Difference between revisions
From Graal Bible
No edit summary |
m (spelling) |
||
Line 3: | Line 3: | ||
<h3> NC Functions </h3> | <h3> NC Functions </h3> | ||
'''NPC List''' - lists all database NPCs.<br /> | '''NPC List''' - lists all database NPCs.<br /> | ||
'''Weapons''' - self-explanatory; | '''Weapons''' - self-explanatory; contains a list of all weapons.<br /> | ||
'''Classes''' - A list of certain "classes", or a bit of coding that can be added to another script through "join." The class button will only show the | '''Classes''' - A list of certain "classes", or a bit of coding that can be added to another script through "join." The class button will only show the classes that have been "joined," otherwise, their scripts can be found in scripts/ in the file browser.<br /> | ||
'''NPC Level List''' - A list of levels that run NPCs.<br /> | '''NPC Level List''' - A list of levels that run NPCs.<br /> | ||
'''Local NPCs''' - a device that retrieves the attributes, including variables and strings, of the [[serverside]] NPCs running on the level.<br /> | '''Local NPCs''' - a device that retrieves the attributes, including variables and strings, of the [[serverside]] NPCs running on the level.<br /> |
Revision as of 01:51, 1 February 2005
An abbreviation for NPC-Control, the portion of the RC which allows for access to the NPCServer's various functions. For some time, this was a separate application to the RC.
NC Functions
NPC List - lists all database NPCs.
Weapons - self-explanatory; contains a list of all weapons.
Classes - A list of certain "classes", or a bit of coding that can be added to another script through "join." The class button will only show the classes that have been "joined," otherwise, their scripts can be found in scripts/ in the file browser.
NPC Level List - A list of levels that run NPCs.
Local NPCs - a device that retrieves the attributes, including variables and strings, of the serverside NPCs running on the level.