NWScript
From NWNWiki
NWScript is the scripting language used to control behavior of objects, items, NPCs and other aspects of modules in NWN. It is a programming language specific to the NWN game.
NWScript is based upon the C programming language and contains most of the C language syntax. NWScript does not support arrays, nor the Standard C library, such as printing to the screen, file I/O, nor system calls. These limitations are of little consequence to the NWN game, as an existing library of functions and functionality is provided with the game.
NWNWiki has its own resources devoted to providing public domain scripting: See the Open Source Rule Set for more information.
[edit] External resources
- BioWare NWN scripting forum
- NWN Lexicon - A database of scripting functions and tutorials
- Lilac Soul's NWScript Generator
- NWN Script University - A NWVault resource of scripting tutorials
- NWScript reference on Wikipedia
