7 lines
94 B
Plaintext
7 lines
94 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
SetLocalString(oPC,"wizTPColor","red");
|
|
}
|