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

@@ -0,0 +1,16 @@
//::///////////////////////////////////////////////
//:: Associate: PRC8 On Spawn In Catch-All
//:: prc_pw_ch_ac
//:://////////////////////////////////////////////
void main()
{
//DMFI CODE ADDITIONS BEGIN HERE
SetListening(OBJECT_SELF, TRUE);
SetListenPattern(OBJECT_SELF, "**", 20600); //listen to all text
SetLocalInt(OBJECT_SELF, "hls_Listening", 1); //listen to all text
//DMFI CODE ADDITIONS END HERE
}