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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user