7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
SetLocalInt(oPC, "ColorGroup", 10);
|
|
}
|