Added XP Chart & LA Buy-off journal entries

Added XP Chart & LA Buy-off journal entries.  Added release folder.  Full compile.
This commit is contained in:
Jaysyn904
2023-09-25 17:12:44 -04:00
parent e0ec0015e6
commit daac612685
63 changed files with 228958 additions and 39 deletions

View File

@@ -1,4 +1,12 @@
void main()
{
AddJournalQuestEntry("Category000", 1, GetEnteringObject());
object oPC = GetEnteringObject();
if (!GetIsPC(oPC)) return;
AddJournalQuestEntry("Category000", 1, oPC, FALSE, FALSE);
AddJournalQuestEntry("xprules", 1, oPC, FALSE, FALSE, FALSE);
AddJournalQuestEntry("lvl_adj", 1, oPC, FALSE, FALSE, FALSE);
}