Feature management
From NWNWiki
Feature management is a feature that manages other features.
All features can be toggled on or off through their respective flag variable.
If a specific feature doesn't work or isn't desired, then the developer can turn the flag off and it's code does not affect anything else.
If the user wants to turn a feature on and test it, then he need only change a single flag.
Feature authors must comply with this feature if it is also a part of that build.
