NWNDS/nwnds_module/shiftchaotic.nss

6 lines
85 B
Plaintext
Raw Normal View History

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