void main() { object oPC = GetPCSpeaker(); string sSpoken = GetMatchedSubstring(0); SetLocalString(oPC, "CharName", sSpoken); SetCustomToken(823, sSpoken); }