generated from Jaysyn/ModuleTemplate
2025/10/27 Update
Removed PEPS. Fixed heartbeat bug.
This commit is contained in:
16
_module/nss/prc_pw_ch_ac9.nss
Normal file
16
_module/nss/prc_pw_ch_ac9.nss
Normal 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user