NWNDS/nwnds_module/at_aligntolaw3.nss

6 lines
84 B
Plaintext
Raw Normal View History

void main()
{
object oPC=GetPCSpeaker();
AdjustAlignment(oPC,ALIGNMENT_LAWFUL,5);
}