Journal & quest persistence
Journal & quest persistence
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user