generated from Jaysyn/ModuleTemplate
2026/05/20 Update
Background system cleanup.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user