Files
PGCC_PRC8/_module/nss/prc_pw_ch_ac9.nss
Jaysyn904 69f46f973b 2025/10/27 Update
Removed PEPS.
Fixed heartbeat bug.
2025-10-27 20:27:07 -04:00

17 lines
433 B
Plaintext

//::///////////////////////////////////////////////
//:: 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
}