7 lines
90 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC = GetPCSpeaker();
SetLocalInt(oPC, "ColorGroup", 14);
}