Journal & quest persistence
Journal & quest persistence
This commit is contained in:
25
_module/nss/qst_losthubby01.nss
Normal file
25
_module/nss/qst_losthubby01.nss
Normal file
@@ -0,0 +1,25 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: qst_losthubby01.nss
|
||||
//:: Copyright (c) 2022 Rappan Athuk
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Set quest stage 1 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", 1, oPC);
|
||||
|
||||
//SetPersistantLocalInt(oPC, "husband", 1);
|
||||
|
||||
}
|
Reference in New Issue
Block a user