10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
|
#include "inc_alignset"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
AdjustAlignment(oPC, ALIGNMENT_CHAOTIC, 15, FALSE);
|
||
|
AdjustAlignment(oPC, ALIGNMENT_EVIL, 15, FALSE);
|
||
|
ReportAlignment(oPC);
|
||
|
}
|