Release 7 of the NWNScriptCompiler is available, including an updated NWNScriptCompilerDll.ndl module that plugs in to NWNTX. You can grab the updated compiler module here:
http://nwvault.ign.c...ns.Detail&id=99
---
Changelog:
Release 7:
----------
- Script programs that contain duplicate definitions for a function, and which
supply empty bodies for such duplicate definitions now correctly trigger a
function redefinition error (NSC1062). Previously, these were incorrectly
permitted (the standard compiler does not permit such constructs).
- Error and warning diagnostic messages that relate to duplicate identifier
definitions now contain a source location pointer to the first definition of
the conflicting identifier.
- Fixed a bug where the command line compiler did not report the number of
errors across all scripts correctly in some circumstances. The error
message listing the total error count was showing an incorrect error count.