8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
//Move Alignment towards Good
|
|
AdjustAlignment(oPC, ALIGNMENT_GOOD, 20);
|
|
}
|