nwnxee / unified

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

Creature: Add SetMulticlassLimit #1788

Closed hendrikgit closed 1 month ago

hendrikgit commented 1 month ago

Adds NWNX_Creature_SetMulticlassLimit(object oCreature, int nLimit) to limit the number of classes a PC can take dynamically.

hendrikgit commented 1 month ago

Thanks Daz. I removed the static bool and switched to using POS.

Daztek commented 1 month ago

Maybe add a GetMulticlassLimit too?

hendrikgit commented 1 month ago

Added a get function.