2025/12/19 Update

Added PEPS.
Updated nim tools.
Hooked up new GUI event.
Added PRC8 Discord journal entry.
Full compile.
This commit is contained in:
Jaysyn904
2025-12-19 23:28:23 -05:00
parent c8f152816a
commit cb6455825b
1241 changed files with 180354 additions and 39608 deletions

View File

@@ -22,6 +22,8 @@ int FindPreviousLevel( string sVar )
void main()
{
object oEnteringPlayer = GetEnteringObject();
ExecuteScript("0e_onclientload", oEnteringPlayer);
int bIsDead = GetCampaignInt("p_death","is_dead",oEnteringPlayer);
int bAlreadyJoinedThisReset = GetLocalInt(oEnteringPlayer, "alreadyJoined");
@@ -40,6 +42,7 @@ void main()
AddJournalQuestEntry("forum", 1, oEnteringPlayer, FALSE, FALSE, FALSE);
AddJournalQuestEntry("xprules", 1, oEnteringPlayer, FALSE, FALSE, FALSE);
AddJournalQuestEntry("lvl_adj", 1, oEnteringPlayer, FALSE, FALSE, FALSE);
AddJournalQuestEntry("JRNL_PRC8", 1, oEnteringPlayer, FALSE, FALSE, FALSE);
}
// This is to relate to the new check for the 5k gold for new char