9 lines
92 B
Plaintext
9 lines
92 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
AdjustAlignment(oPC, ALIGNMENT_LAWFUL, 50);
|
||
|
|
||
|
}
|