6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalInt(oPC, "DM_NPC_CHAT", 1);
|
|
}
|