//:://///////////////////////////////////////////// //:: qst_lostgob_2nd.nss //:: Copyright (c) 2022 Project RATDOG //::////////////////////////////////////////////// /* Starts & tracks the "Lost Goblins" quest */ //::////////////////////////////////////////////// //:: Created By: Jaysyn //:: Created On: 20220730 //::////////////////////////////////////////////// #include "pqj_inc" void main() { //:: Declare major variables object oPC = GetPCSpeaker(); //:: Set quest stage & update DB. AddPersistentJournalQuestEntry("lostgoblins", 2, oPC); }