6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
void main()
|
|
{
|
|
SetListenPattern(OBJECT_SELF, "Set:*w*n*w*n", 5);
|
|
SetListening(OBJECT_SELF, TRUE);
|
|
}
|