Hello, i have recently starting to use the Database (which i think is the standard one).
When i 1st tried using the database with SetCampaignInt() and GetCampaignInt() functions, every thing went fine.
But after a few times, the system stopped working as intended.
but before everything screwed up, it managed to create some variables for my pc in the database.
At the moment whenever i call an integer from my db, like:
GetCampaignInt("MYDB", "whatever", oPC);
no matter the value i set manualy in the database, it will always return 0.
and if i try to use the SetCampaignInt() function, my nwserver gets a crash or a "stops working" message appears and awaits my action to close it.
I have added admin rights by default too all my nwn programs. But i still don't have any idea what can cause this,
especialy because it worked the first 1-3 times i tried using these CampaignInts.
Did anyone experience anything like this or is aware of a solution for my particular problem?
Thanks in advance