When the NWNX NWScript files change, we need a way to generate the equivalent code in Java so we can be compatible. Doing it manually has proven to be a real pain.
Potential areas to watch:
There's a handful of areas where I wrote Java-specific code for the NWNX APIs. One example is the GuiTimingBar events which determine whether to fire an NWN script or a Java script based on the existence of a period.
I'm probably not going to do this. When the C# plugin comes out, we'll probably migrate over to it, and it includes auto-conversion of the NWNX code to C#.
When the NWNX NWScript files change, we need a way to generate the equivalent code in Java so we can be compatible. Doing it manually has proven to be a real pain.
Potential areas to watch: