HiddenTradition_PRC8/_module/nss/at_neutral10.nss

8 lines
128 B
Plaintext
Raw Normal View History

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