7 lines
94 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC = GetPCSpeaker();
SetLocalString(oPC,"wizTPColor","red");
}