I am trying to compile the k_pend_traskdl40.nss to give some extra items I created to the main character on the skip the endar spire mod. The normal one works but when I compile mine it does not. I know the .nss is formatted right, I think the problem is with the .bat file I am using, could someone tell me if this is right?
NWNNSSCOMP -co -v1.00 k_pend_traskdl40.nss k_pend_traskdl40.ncs
pause
I have yet to be able to compile any scripts and get them to work so any help will be appreciated, Thanks.
You can simplify that batch file somewhat. Try:
nwnnsscomp -v1.00 k_pend_traskdl40.nss
or even
nwnnsscomp -v1.00 *.nss
Thats what was messing things up.
Thanks Tk102 the second one worked like a charm.:D