Jaysyn904 daac612685 Added XP Chart & LA Buy-off journal entries
Added XP Chart & LA Buy-off journal entries.  Added release folder.  Full compile.
2023-09-25 17:12:44 -04:00

13 lines
284 B
Plaintext

void main()
{
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);
}