ok i have a better idea what you're aiming for now ... but I thought/think Kaedrin's PrC Pack is for NwN2 only. So, uh first, why are you trying to get the ASC working with NwN resources?
Second, i don't have NwN installed ....
Third, are you sure you have a version of the PrC Pack that comes with source .NSS?
Fourth, i can tell you how I get things working:
copy NwScript.nss to a directory outside the NwN/NwN2 paths. Put the ASC stand-alone compiler there too. Use a batchfile similar to this:
for /r %%1 in (.) do if exist "%%1\*.nss" f:\asc -aglo -v1.69 -y "%%1\*.nss"
pause
and change "f:\asc" to the path to your ASC. Place and Run the batchfile in the top-level directory of the script(s) you want compiled. However, what I can't tell you is what switches to use for NwN.
-aglo -v1.69 is for NwN2. I guess you'd replace those with
-aglo1 -v1.69 or somethin' -- for NwN ... but am pretty sure Kaedrin's scripts are NwN2
And finally if you have a regular install of NwN/NwN2, omit the
-r and
-n switches: Skywing will get those paths from the Windows registry auto.
ps. The only reason i have nwscript.nss in its own dir is so I can also run the compiler without its
-l option -- ie, do not load base-game resources (eg. stock #includes). However, recompiling the KPrC pack very likely needs access to those #includes .......
tl;dr It sounds like you don't need to specify a "module" etc.