Hi,
I'm trying to make new force powers. For that, I have edited k_inc_force,nss. Yet when I try to compile k_sp1_generic.nss (k_inc_force and k_inc_debug are in the same folder), I get this....
---------------------------
Compiler output
---------------------------
Lookup path root set to: D:\KotOR2\
Loaded nwscript.nss from D:\KotOR2\override/
Compiling: k_sp2_generic.nss
Loaded k_inc_debug.nss from D:\KotOR2\override/
Loaded k_inc_force.nss from D:\KotOR2\override/
Loaded k_inc_debug.nss from D:\KotOR2\override/
Loaded k_inc_force.nss from D:\KotOR2\override/
k_inc_force.nss(5948): Error: Undeclared identifier "FORCE_POWER_INCINERATION"
k_inc_force.nss(6088): Error: Undeclared identifier "FORCE_POWER_COMBUSTION"
Compilation aborted with errors
Total Execution time = 31 ms
---------------------------
OK
---------------------------
How do I declare the force power names?
Before you answer, it is not a problem of my actual changes to the script. Any changes to force power names (new or old) lead to the undeclared identifier error.
I'm using kotor tool for compilation.