Please excuse my ignorance/confusion, i have been looking on the net all day and still am a little stuck. Having recently tried to bring back from the dead an old PW i have some script errors.
When my module builds an error occurs in nw_ch_acc9.nss (prc_alterations.nss not found).
Having looked about and found this post (
http://prc.athasreborn.com/index.php?topic=438.0) I have been trying to use nwnnsscomp.exe to recompile it thusly:
Copy nwnnsscomp.exe to your modules directory.
Create a subdirectory in modules named prcinc and extract the contents of prc_include.hak to it.
Create a batch file (a text file with the .bat extension) in the module directory.
Enter the following into the batch file:
copy nwnnsscomp.exe temp0\nwnnsscomp.exe
cd temp0
nwnnsscomp -g -i ..\prcinc *.nss
pause
del nwnnsscomp.exe
cd..
...but it doesnt do nw_ch_acc9.nss as its not one of my scripts.
So now i am seeking pro help, thanks in advance.