7 lines
96 B
Plaintext
Raw Normal View History

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