NC: Difference between revisions
From Graal Bible
(Replacing page with '{{antiunix}}') |
Pooper200000 (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Administration]][[Category:Scripting Reference]] | |||
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; 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 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 /> |
Latest revision as of 15:02, 16 February 2010
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.