-
We need to allow the Events plugin to skip events.
1. Switch all shared hooks to exclusive hooks.
2. Come up with the API. `void NWNX_Events_SkipEvent()` maybe. Possibly add a comment explaining e…
-
Hello everybody,
I was looking around and I found out that it has not been implemented yet NWNX - Damages.
This plugin is really useful because it allows us to handle a script each time a damage…
-
Hi there,
In nwnx_patch plugin for NWN:DE there was a function `NWNXPatch_SetFeatTotalUses`.
It allowed to change feat uses without the necessity of adding separate feats in feats.2da just to in…
-
possible to add to NWNX_Dialog the function "Get Selected Node Test ()" - which returns the value of the selected string in the dialog (i.e. the contents of in the string) ???
GetSelectedNodeText()
…
-
Something in commit 9f45d71 broke finding the libpq includes and libraries on my system. Not sure where to start but find_packge isn't finding PostgreSQL for some reason.
-
What core tech do we want to use? The module will be written in C++ - do we want to just ditch NWNX, using the API to make our own thing?
-
Also saw this one requested on the Beamdog forum: https://forums.beamdog.com/discussion/67501/request-client-specific-visual-effects-something-i-requested-long-ao
I won't go into detail about what …
-
Could we maybe get a small plugin to generate GUID/UUID, it would be insanely helpful.
It would remove the current way of generating a random string via nwscript, and then having to confirm that r…
-
I've set quarterstaff to be a monk weapon plus weapon finesse using nwnx_weapon but when equipped flurry of blows doesn't work.
Shadooow said: seems the plugin also needs to hook function SetCombat…
-
(previously in nwnx_funcs)
```
/* Get oPC's bic file name */
string GetPCFileName (object oPC);
```