Journal & quest persistence

Journal & quest persistence
This commit is contained in:
Jaysyn904
2022-06-18 01:53:20 -04:00
parent a5776c69e1
commit 9e1780d1bc
80 changed files with 1972 additions and 45731 deletions

View File

@@ -1,4 +1,5 @@
#include "journal_include"
//#include "journal_include"
#include "pqj_inc"
void GivePCWands(object oPC)
{
@@ -125,9 +126,11 @@ void GiveLangTokens(object oPC)
void main()
{
//:: Set Major Variables
object oPC = GetEnteringObject();
dhLoadJournalQuestStates(GetEnteringObject());
//:: Restore jounral entries
RebuildJournalQuestEntries(GetEnteringObject());
// Make sure PC isn't set to Plot, for reasons
SetPlotFlag(oPC, FALSE);