HiddenTradition_PRC8/_module/nss/at_lawful10.nss

8 lines
126 B
Plaintext
Raw Normal View History

void main()
{
object oPC = GetPCSpeaker();
//Move Alignment towards Lawful
AdjustAlignment(oPC, ALIGNMENT_LAWFUL, 10);
}