10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
|
// empty to avoid default behaviour
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
int nMatch = GetListenPatternNumber();
|
||
|
|
||
|
if (nMatch == -1)
|
||
|
AssignCommand(GetLastSpeaker(), SpeakStringByStrRef(40574));
|
||
|
}
|