//:://///////////////////////////////////////////// //:: cv_evil_plus10.nss //:: Copyright (c) 2022 Project RATDOG //::////////////////////////////////////////////// /* Moves PC's alignment 10 points towards evil. */ //::////////////////////////////////////////////// //:: Created By: Jaysyn //:: Created On: 20220619 //::////////////////////////////////////////////// void main() { object oPC = GetPCSpeaker(); AdjustAlignment(oPC, ALIGNMENT_EVIL, 10); }