Journal & quest persistence
Journal & quest persistence
This commit is contained in:
23
_module/nss/qst_losthubby02.nss
Normal file
23
_module/nss/qst_losthubby02.nss
Normal file
@@ -0,0 +1,23 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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);
|
||||
|
||||
}
|
Reference in New Issue
Block a user