Use the PRC compiler - it's a modified version of the bioware one, but far superior.
Linkage I had a lovely post on the old boards talking about how to use it effectively, along with a link to our batch file. Perhaps that archive retrieval utility can find it. Here's the batch file, at least:
@ECHO OFF
set mask="%1*.nss"
CD C:\\NeverwinterNights\\NWN\\MODULES\\TEMP0
..\\..\\NWNNSSCOMP.EXE -cego %mask%
CD ..\\..
PAUSE
That, placed in your NWN folder, with nwnnsscomp.ext, will compile all script names matching whatever you type.
For example:
compile e
will compile all scripts beginning with 'e'. Very handy for compiling scriptsets.
Aside from batch compiling capability, it can handle far more identifiers than the bioware compiler, circular includes, and points out errors the bioware compiler misses.
Funky