Closed hendrikgit closed 1 month ago
Adds NWNX_Creature_SetMulticlassLimit(object oCreature, int nLimit) to limit the number of classes a PC can take dynamically.
NWNX_Creature_SetMulticlassLimit(object oCreature, int nLimit)
Thanks Daz. I removed the static bool and switched to using POS.
Maybe add a GetMulticlassLimit too?
GetMulticlassLimit
Added a get function.
Adds
NWNX_Creature_SetMulticlassLimit(object oCreature, int nLimit)
to limit the number of classes a PC can take dynamically.