NWNDS/nwnds_module/shiftlawfulgood.nss

7 lines
124 B
Plaintext
Raw Normal View History

#include "SHIFTALIGNMENT"
void main()
{
ShiftAlignment(ALIGNMENT_LAWFUL, 25);
ShiftAlignment(ALIGNMENT_GOOD, 25);
}