PRC8/trunk/smp/0_test2.nss

6 lines
97 B
Plaintext
Raw Normal View History

void main()
{
SetListening(OBJECT_SELF, TRUE);
SetListenPattern(OBJECT_SELF, "**", 0);
}