Ancordia_PRC8/_module/nss/wdiff_capture.nss

12 lines
258 B
Plaintext
Raw Permalink Normal View History

2023-09-21 19:51:32 -04:00
void main()
{
//int nMatch = GetListenPatternNumber();
//if(nMatch == 80)
//{
object oPC = GetPCSpeaker();
string sLogin = GetMatchedSubstring(0);
SetLocalString(oPC, "LoginSpoken", sLogin);
SetCustomToken(808, sLogin);
//}
}