2025/07/21 Update

Added PEPS AI
Full compile.
This commit is contained in:
Jaysyn904
2025-07-21 13:02:25 -04:00
parent 2b252ba382
commit d36f15a2e4
1057 changed files with 45126 additions and 1197 deletions

View File

@@ -8,6 +8,14 @@
void main()
{
ExecuteScript("prc_onenter", OBJECT_SELF);
ExecuteScript("x3_mod_def_enter", OBJECT_SELF);
object oPC = GetEnteringObject();
ExecuteScript("prc_onenter", oPC);
ExecuteScript("x3_mod_def_enter", oPC);
AddJournalQuestEntry("JRNL_XPCHART", 1, oPC, FALSE, FALSE, FALSE);
AddJournalQuestEntry("JRNL_LA_BUYOFF", 1, oPC, FALSE, FALSE, FALSE);
AddJournalQuestEntry("JRNL_PRC8", 1, oPC, FALSE, FALSE, FALSE);
ExecuteScript("0e_onclientload", oPC);
}