Functions
Functions in NWNScript.
| Title | Brief Description |
|---|---|
| Function Declarations | Syntax to define custom functions. |
| int StartingConditional() | Default code block executed by conversation scripts. |
| return Statement | Halts function execution and returns a value. |
| void main() | Default code block executed by scripts. |
Send comments on this topic.