Fixed quest bug

Fixed quest bugs that resulted from GetNumberPartyMembers() finally being fixed.  Added PRC8 Discord journal entry.  Full compile.
This commit is contained in:
Jaysyn904
2025-03-01 09:38:16 -05:00
parent ee57aebbaf
commit 905a60ebad
15 changed files with 94 additions and 40 deletions

View File

@@ -132,6 +132,7 @@ void main()
//:: Add system journal entries
AddPersistentJournalQuestEntry("JRNL_XPCHART", 1, oPC);
AddPersistentJournalQuestEntry("JRNL_LA_BUYOFF", 1, oPC);
AddPersistentJournalQuestEntry("JRNL_PRC8", 1, oPC);
//:: Announce player
string sMessage = sPlayerName+ " has entered the Lost Lands.";