PGCC_PRC8/_module/nss/vat_setalign_mal.nss
Jaysyn904 e51634d39b Initial upload
Initial upload.
2024-10-09 14:17:22 -04:00

10 lines
210 B
Plaintext

#include "inc_alignset"
void main()
{
object oPC = GetPCSpeaker();
//AdjustAlignment(oPC, ALIGNMENT_LAWFUL, 15, FALSE);
AdjustAlignment(oPC, ALIGNMENT_EVIL, 15, FALSE);
ReportAlignment(oPC);
}