2025/10/27 Update

Removed PEPS.
Fixed heartbeat bug.
This commit is contained in:
Jaysyn904
2025-10-27 20:27:07 -04:00
parent 3b215a3932
commit 69f46f973b
294 changed files with 31253 additions and 43810 deletions

View File

@@ -1,15 +1,17 @@
//:://////////////////////////////////////////////////
//:: prc_pwonspawn
//::
//:://////////////////////////////////////////////////
/*
Catch all for onSpawn event script.
*/
*/
//:://////////////////////////////////////////////////
//DMFI CODE ADDITIONS BEGIN HERE
#include "dmfi_dmw_inc"
//DMFI CODE ADDITIONS END HERE
void main()
{
//DMFI CODE ADDITIONS BEGIN HERE
if ((DMFI_LISTENING_GLOBAL) || (GetLocalInt(OBJECT_SELF, "DMFI_LISTEN")==1))
{
@@ -18,4 +20,5 @@ void main()
SetLocalInt(OBJECT_SELF, "hls_Listening", 1); //listen to all text
}
//DMFI CODE ADDITIONS END HERE
}
}