RATDOG/_module/nss/cv_evil_plus10.nss

20 lines
473 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: 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);
}