6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalString(oPC, "LastProperty", "Throws");
|
||
|
}
|