9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
string sSpoken = GetMatchedSubstring(0);
|
||
|
|
||
|
SetLocalString(oPC, "CharName", sSpoken);
|
||
|
SetCustomToken(823, sSpoken);
|
||
|
}
|