7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
//Shift the Alignment of the PC Speaker in conversation to Good by 5 pts.
|
|
void main()
|
|
{
|
|
AdjustAlignment(GetPCSpeaker(), ALIGNMENT_GOOD, 1);
|
|
|
|
}
|