RATDOG/_module/nss/cv_good_plus2.nss

22 lines
472 B
Plaintext
Raw Permalink Normal View History

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