Measures Concepts
GitHub icon

NWScript

NWScript - Programming language

< >

NWScript is a programming language created in 2004.

#1313on PLDB 20Years Old 78Repos

NWScript is the scripting language developed by BioWare for the role-playing video game Neverwinter Nights. It is based on the C programming language and is implemented in the Aurora toolset. Neverscript, an open source 3rd party editor, has been created for the Mac OS X and Linux versions of NWN because the Aurora toolset has not been ported to those platforms. Read more on Wikipedia...


Example from hello-world:
// Place in the OnClientEnter event of the module's properties { SendMessageToPC(GetEnteringObject(), "Hello World"); }
Example from Wikipedia:
void main() { SendMessageToPC(GetEnteringObject(), "Hello world"); }

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout