5 lines
98 B
Plaintext
5 lines
98 B
Plaintext
|
void main()
|
||
|
{
|
||
|
SetListening( OBJECT_SELF, TRUE );
|
||
|
SetAssociateListenPatterns( OBJECT_SELF );
|
||
|
}
|