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