Quest persistence work

Quest persistence work.
This commit is contained in:
Jaysyn904
2022-07-06 00:35:22 -04:00
parent 4af27ed685
commit ee912d2da9
55 changed files with 3670 additions and 61 deletions

View File

@@ -0,0 +1,24 @@
//::///////////////////////////////////////////////
//:: qst_kngsly_2nd.nss
//:: Copyright (c) 2022 Project RATDOG
//:://////////////////////////////////////////////
/*
Sets stage #2 for the "Saving Sir Kingsley"
quest from Sir Jerry.
*/
//:://////////////////////////////////////////////
//:: Created By: Tolen
//:: Created On: 9/7/2005 10:02:59 PM
//:://////////////////////////////////////////////
#include "pqj_inc"
void main()
{
//:: Declare major variables
object oPC = GetPCSpeaker();
//:: Set quest stage & update DB.
AddPersistentJournalQuestEntry("kingsley", 2, oPC);
}