generated from Jaysyn/ModuleTemplate
2025/10/27 Update
Removed PEPS. Fixed heartbeat bug.
This commit is contained in:
@@ -8,14 +8,6 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
ExecuteScript("prc_onenter", oPC);
|
||||
ExecuteScript("x3_mod_def_enter", oPC);
|
||||
|
||||
AddJournalQuestEntry("JRNL_XPCHART", 1, oPC, FALSE, FALSE, FALSE);
|
||||
AddJournalQuestEntry("JRNL_LA_BUYOFF", 1, oPC, FALSE, FALSE, FALSE);
|
||||
AddJournalQuestEntry("JRNL_PRC8", 1, oPC, FALSE, FALSE, FALSE);
|
||||
|
||||
ExecuteScript("0e_onclientload", oPC);
|
||||
ExecuteScript("prc_onenter", OBJECT_SELF);
|
||||
ExecuteScript("x3_mod_def_enter", OBJECT_SELF);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user