11 lines
211 B
Plaintext
11 lines
211 B
Plaintext
|
#include "inc_alignset"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
//AdjustAlignment(oPC, ALIGNMENT_LAWFUL, 15, FALSE);
|
||
|
AdjustAlignment(oPC, ALIGNMENT_GOOD, 15, FALSE);
|
||
|
ReportAlignment(oPC);
|
||
|
}
|
||
|
|