Added PRC8 journal entries

Added PRC8 journal entries.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-08-02 12:15:14 -04:00
parent cbf04f3107
commit 39c4209733
5 changed files with 117 additions and 0 deletions

View File

@@ -3,8 +3,15 @@
void main()
{
object oMod = GetModule();
ExecuteScript("_cb_client_enter", oMod);
object oPC = GetEnteringObject();
//:: Add PRC8 journal entries
AddJournalQuestEntry("JRNL_XPCHART", 1, oPC, FALSE, FALSE, FALSE);
AddJournalQuestEntry("JRNL_LA_BUYOFF", 1, oPC, FALSE, FALSE, FALSE);
if(GetIsPC(oPC)&& GetIsObjectValid(oPC))
{
SirElrics_SimplePlayerSetUp(oPC);