if any one can help with this question I would appreciate it.
"Natural Bioware Database Extension by Knat."
I was planning on incorporating this into my already existing PW so I made a copy of my MOD on my BUILD PC, I went through and just added the NBDE_ prefix to a small section of my code (mailbox )
the issue is that when I 'tested' it sure it seemed to trigger the convos faster but it seems that it wipes my database and starts a new one, which works well after that but is this what would happen? or did I overlook something?
I want to try this but I hate to wipe my already existing database.
and second question, can these be used interchangeably?
meaning can I do a
SetCampainInt("MYINT","VAR",2);
then use a NBDE_GetCampaignInt("MYINT","VAR");
and will it return the value '2'? or do I have to use the NBDE_SetCampaign in order for this to work?
I ask as it would be nice to just use the NBDE_Get functions for now since I have aLOT of Get/SetCampaigns in my scripts and I wanted to know if I could do these fixes over time and not have to set aside 72 hours JUST replacing Get/Sets with NBDE_Get/NBDE_Set
and then if it wipes my database(s) boy will I be sad to have wasted all that time.
Thanks, my initial testing found this wasn't working but again maybe I am just not following something obvious.