9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
void main()
|
|
{
|
|
string sAye = "YES";
|
|
string sNay = "NO";
|
|
SetListening(OBJECT_SELF,TRUE);
|
|
SetListenPattern(OBJECT_SELF,sAye,1200);
|
|
SetListenPattern(OBJECT_SELF,sNay,1201);
|
|
}
|