RATDOG/_module/nss/qst_losthubby02.nss
Jaysyn904 9e1780d1bc Journal & quest persistence
Journal & quest persistence
2022-06-18 01:53:20 -04:00

24 lines
575 B
Plaintext

//::///////////////////////////////////////////////
//:: qst_losthubby02.nss
//:: Copyright (c) 2022 Rappan Athuk
//:://////////////////////////////////////////////
/*
Set quest stage 2 for the Lost Husband quest
*/
//:://////////////////////////////////////////////
//:: Created By: Jaysyn
//:: Created On: 20220617
//:://////////////////////////////////////////////
#include "pqj_inc"
void main()
{
//:: Declare Major Variables
object oPC = GetPCSpeaker();
//:: Set Quest stage & update DB.
AddPersistentJournalQuestEntry("husband", 2, oPC);
}