2025/07/21 Update

Added PEPS AI
Full compile.
This commit is contained in:
Jaysyn904
2025-07-21 12:33:56 -04:00
parent 2d0a7a8a89
commit 87608ac499
2806 changed files with 44346 additions and 557 deletions

View File

@@ -38,5 +38,8 @@ void main()
DelayCommand(15.0, AddJournalQuestEntry("JRNL_XPCHART", 1, oPC, FALSE, FALSE, FALSE));
DelayCommand(15.0, AddJournalQuestEntry("JRNL_LA_BUYOFF", 1, oPC, FALSE, FALSE, FALSE));
DelayCommand(15.0, AddJournalQuestEntry("JRNL_PRC8", 1, oPC, FALSE, FALSE, FALSE));
//:: INitialize PEPS
ExecuteScript("0e_onclientload", oPC);
}