Initial upload
Initial upload.
This commit is contained in:
7
_module/nss/mod_onenter.nss
Normal file
7
_module/nss/mod_onenter.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
AddJournalQuestEntry("xprules", 1, oPC, TRUE, FALSE, FALSE);
|
||||
AddJournalQuestEntry("lvl_adj", 1, oPC, TRUE, FALSE, FALSE);
|
||||
}
|
||||
Reference in New Issue
Block a user