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