PGCC_PRC8/_module/nss/vat_evil1.nss

9 lines
145 B
Plaintext
Raw Permalink Normal View History

2024-10-09 14:17:22 -04:00
#include "inc_alignset"
void main()
{
object oPC = GetPCSpeaker();
AdjustAlignment(oPC, ALIGNMENT_EVIL, 1);
ReportAlignment(oPC);
}