HiddenTradition_PRC8/_module/nss/at_chaotic01.nss

8 lines
125 B
Plaintext
Raw Normal View History

void main()
{
object oPC = GetPCSpeaker();
//Move Alignment towards Chaos
AdjustAlignment(oPC, ALIGNMENT_CHAOTIC, 1);
}