Files
HiddenTradition_PRC/_module/nss/at_good5.nss
2024-06-20 15:47:42 -04:00

8 lines
121 B
Plaintext

void main()
{
object oPC = GetPCSpeaker();
//Move Alignment towards Good
AdjustAlignment(oPC, ALIGNMENT_GOOD, 5);
}