7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalString(oPC, "DiffChosenLocal", "mDiffCommu");
|
|
SetLocalString(oPC, "DiffChosenCamp", "difficulty_Commu");
|
|
}
|