generated from Jaysyn/ModuleTemplate
17 lines
433 B
Plaintext
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
|
|
}
|
|
|
|
|