Chris Leon
Chris Leon
Can you specify your use case? It looks like this is as simple as adding a reference to the `NWN.Core` package to your code, and then adding the following line...
It looks like this is happening because the signature of the current method only supports `int` as a parameter. ``` /// /// Creates an effect that applies a bonus to...
Hello @tinygiant98, I ran `nimble build -d:mingw` in the console and it seems it worked this time. The only issue I found was it that took much longer than usual,...
Hello @tinygiant98, Looks like `NWN_ROOT` worked. Weird that `NWN_HOME` didn't. This has effectively solved my issue. Thanks again! 