12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
void main()
|
|
{
|
|
//int nMatch = GetListenPatternNumber();
|
|
//if(nMatch == 80)
|
|
//{
|
|
object oPC = GetPCSpeaker();
|
|
string sLogin = GetMatchedSubstring(0);
|
|
SetLocalString(oPC, "LoginSpoken", sLogin);
|
|
SetCustomToken(808, sLogin);
|
|
//}
|
|
}
|