Alright guys, since you've been so helpful last time, I'm asking for your knowledge once again '>
This time I'm trying to alter a PrC script. But, clearly, I need to find a way to compile it.
What I've done is downloading the prc compiler, put it in a folder, then extract all the contents of prc_include.hak in a subdirectory called "include" and I'm using the following line to try and compile the script (which is "prc_onmodload"):
nwnnsscomp -g -i ..\include prc_onmodload.nss
However, whenever I do that, I get this error:
Compiling: prc_onmodload.nss
prc_alterations.nss(43): Error: Unable to open the include file "inc_abil_damage"
Compilation aborted with errors
Errors occurred in compiling "prc_onmodload.nss"
... And I cannot figure out what is wrong. I've checked the "include" directory and both prc_alterations and inc_abil_damage are there...
Any help?