2026/05/20 Update

Background system cleanup.
This commit is contained in:
Jaysyn904
2026-05-20 10:03:40 -04:00
parent dc174e1aaa
commit 0fc4ec3324
62 changed files with 10754 additions and 255 deletions

View File

@@ -1,7 +1,7 @@
// bg_soclass_cv.nss
#include "inc_dynconv"
#include "bg_inc_dynconv"
#include "x2_inc_switches"
#include "inc_persist_loca"
#include "bg_inc_p_locals"
#include "te_afflic_func"
const int STAGE_LIST = 0;
@@ -48,7 +48,7 @@ object EnsurePlayerDataObject(object oPC)
void main()
{
object oPC = GetPCSpeaker();
SendMessageToPC(oPC, "DEBUG: bg_soclass_cv main() entered");
//SendMessageToPC(oPC, "DEBUG: bg_soclass_cv main() entered");
int nValue = GetLocalInt(oPC, DYNCONV_VARIABLE);
int nStage = GetStage(oPC);
@@ -132,8 +132,9 @@ void main()
}
}
AllowExit(DYNCONV_EXIT_FORCE_EXIT, TRUE, oPC);
SetPersistantLocalInt(oPC, "CC1_DONE", 1);
DelayCommand(0.1f, StartDynamicConversation("bg_background_cv", oPC));
SetPersistantLocalInt(oPC, "CC1_DONE", 1);
SetPersistantLocalInt(oPC, "Background_Stage", 2);
DelayCommand(0.1f, StartDynamicConversation("bg_background_cv", oPC, FALSE, FALSE, TRUE, OBJECT_SELF));
}
else
{ // No