Adds common functions and variables

This commit is contained in:
zontreck 2024-08-13 17:53:55 -07:00
parent 6d7b0aead1
commit b32b75967e
2 changed files with 393 additions and 1 deletions

View file

@ -1 +1,16 @@
key NULL = NULL_KEY;
key NULL = NULL_KEY;
string API_SERVER;
#define R_ADMIN 1
#define R_DEVELOPER 2
#define R_SUPPORT 4
list g_lSupport;
integer g_iLastSupportCheck;
#define RED_QUEEN "27a0ae67-30d9-4fbc-b9fb-fd388c98c202"
#define ARIA "5556d037-3990-4204-a949-73e56cd3cb06"
integer ONE_DAY = ((60*60)*24);
list g_lCheckboxes=["□","▣"];
list g_lDSRequests;