Alangara_PRC8/_module/nss/mn_h_constants.nss

18 lines
420 B
Plaintext
Raw Normal View History

2024-06-05 21:21:06 -04:00
const int MN_DEBUG = FALSE;
const string MN_HOUSE_DB = "ERANTONHOUSE";
const int MN_RANK_CITIZEN = 1;
const int MN_RANK_GUEST = 3;
const int MN_RANK_STAFF = 4;
const int MN_RANK_ALLY = 6;
const int MN_RANK_FRIEND = 8;
const int MN_RANK_PERSONAL = 10;
const int MN_ALERT_NORMAL = 0;
const int MN_ALERT_HEIGHTENED = 3;
const int MN_ALERT_ACTIVE = 6;
const int MN_ALERT_INVASION = 10;
const int MN_CRIME_FALSEPASS = 1;