NWNWiki
Register
Advertisement
NWNWiki
3,718
pages
This article is about scripting; for "DebugMode", see Console command.

A command is a built-in instruction of NWScript. Commands are available in all scripts, with an implementation defined outside of NWScript by BioWare. In practice, commands are similar to functions, with the exception that commands do not need to be declared. (Technically, all commands are declared in the script nwscript, which is automatically included in every script.) Like functions, some commands take parameters, and some return a value.

See also[]

External Links[]

Advertisement