nwnxee / unified

Binaries available under the Releases tab on Github
https://nwnxee.github.io/unified
GNU General Public License v3.0
128 stars 91 forks source link

nwnx func quastion #1729

Closed navvator closed 5 months ago

navvator commented 5 months ago

Hello all! I am try add new races in racialtypes.2da, and now i need to replace sume races appearance (fey, wings) to this races. i turn on all needed plugins in server script and add includes in module OnLoad and OnEnter scripts... but have the problem: NWNX_Race_GetParentRace (iRace); func on client enter returns me 0 (null), what i do wrong and how can i get the custom races ids to add them new appearance? (whithout prc)

navvator commented 5 months ago

i am solved this problem, iRace must be the number of race in racialtypes.2da. Sorry for my stupid quastion.