Пример #1
0
        public static void SetNP(string path, int np)
        {
            int pos = Leadership.GetLeadershipPos(path) - 5;

            Editor.SetItemData(path, new int[] { np }, 4, pos);
        }
Пример #2
0
        public static int GetNP(string path)
        {
            int pos = Leadership.GetLeadershipPos(path) - 5;

            return(Editor.GetItemData(path, 1, 4, pos)[0]);
        }