8 lines
98 B
Plaintext
8 lines
98 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
SetLocalString(oPC,"wizTPColor","yellow");
|
|
|
|
}
|