Function
From NWNWiki
A function is a command in a script to contain the recipe of a certain specific sequence of operations. A function can be called with parameters. Functions return a value to the caller.
The function main() is a special function that needs to appear once in a script.
The function StartingConditional() is a special function that needs to appear once in the script of a pre-conditional conversation node.
