6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
void main()
|
|
{
|
|
SetListening(OBJECT_SELF, TRUE);
|
|
SetListenPattern(OBJECT_SELF, "**", 0);
|
|
}
|