RATDOG/_module/nss/qst_justicar_st.nss
Jaysyn904 a2d04fe81f Spawn persistence bugifx
Spawn persistence bugifx (Marthek & Spiders)
2022-06-27 18:19:57 -04:00

27 lines
603 B
Plaintext

//::///////////////////////////////////////////////
//:: qst_justicar_st.nss
//:: Copyright (c) 2022 Project RATDOG
//:://////////////////////////////////////////////
/*
Starts & tracks the "Temple of the Justicars"
questfor Sir Jerry.
*/
//:://////////////////////////////////////////////
//:: Created By: Jaysyn
//:: Created On: 20220619
//:://////////////////////////////////////////////
#include "pqj_inc"
void main()
{
//:: Declare major variables
object oPC = GetPCSpeaker();
//:: Set quest stage & update DB.
AddPersistentJournalQuestEntry("justicar", 1, oPC);
}