NWNDS/nwnds_module/shiftchaoticgood.nss

7 lines
125 B
Plaintext
Raw Normal View History

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