NC: Difference between revisions

From Graal Bible
No edit summary
 
No edit summary
Line 1: Line 1:
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.
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.
<h3> NC Functions </h3>
'''NPC List''' - lists all database NPCs.<br />
'''Weapons''' - self-explanatory; contians 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 slasses 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 />
'''Local NPCs''' - a device that retrieves the attributes, including variables and strings, of the [[serverside]] NPCs running on the level.<br />

Revision as of 00:58, 29 October 2004

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; contians 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 slasses 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.