Quest persistence work

Quest persistence work.  Added new salamander model.
This commit is contained in:
Jaysyn904
2022-07-03 23:23:03 -04:00
parent 2cf9f57160
commit 4af27ed685
139 changed files with 98388 additions and 4047 deletions

View File

@@ -0,0 +1,24 @@
//::///////////////////////////////////////////////
//:: qst_slayer_st.nss
//:: Copyright (c) 2022 Project RATDOG
//:://////////////////////////////////////////////
/*
Starts & tracks "The Orcus-Slayer" quest.
*/
//:://////////////////////////////////////////////
//:: Created By: Jaysyn
//:: Created On: 20220703
//:://////////////////////////////////////////////
#include "pqj_inc"
void main()
{
//:: Declare major variables
object oPC = GetPCSpeaker();
//:: Set quest stage & update DB.
AddPersistentJournalQuestEntry("slayer", 1, oPC);
}