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