Re-uploaded instead of migrated
Re-uploaded instead of migrated.
This commit is contained in:
8
_module/nss/onenter.nss
Normal file
8
_module/nss/onenter.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
AddJournalQuestEntry("Category000", 1, oPC, TRUE, TRUE);
|
||||
|
||||
AddJournalQuestEntry("xprules", 1, oPC, FALSE, FALSE, FALSE);
|
||||
AddJournalQuestEntry("lvl_adj", 1, oPC, FALSE, FALSE, FALSE);
|
||||
}
|
Reference in New Issue
Block a user