RATDOG/_module/nss/qst_marthek_4th.nss
Jaysyn904 e03053bd65 More quest persistence
More quest persistence & cleanup.
2022-06-20 14:17:58 -04:00

26 lines
579 B
Plaintext

//::///////////////////////////////////////////////
//:: qst_marthek_4th.nss
//:: Copyright (c) 2022 Project RATDOG
//:://////////////////////////////////////////////
/*
Sets stage 4 for the "Marthek the Madman" quest
*/
//:://////////////////////////////////////////////
//:: Created By: Jaysyn
//:: Created On: 20220620
//:://////////////////////////////////////////////
#include "pqj_inc"
void main()
{
//:: Declare major variables
object oPC = GetPCSpeaker();
//:: Set quest stage & update DB.
AddPersistentJournalQuestEntry("marthek", 4, oPC);
}