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