15 lines
278 B
Plaintext
15 lines
278 B
Plaintext
|
|
#include <utils.lsl>
|
|
#include <objects.lsl>
|
|
|
|
// screen types:
|
|
#define SCREEN_NONE 0
|
|
#define SCREEN_SXD 1
|
|
#define SCREEN_SUPERVISOR 2
|
|
#define SCREEN_PLANAR 3
|
|
#define SCREEN_NIGHTFALL 4
|
|
#define SCREEN_AEGIS 5
|
|
#define SCREEN_REVENANT 6
|
|
#define SCREEN_AIDE 7
|
|
#define SCREEN_DAX3 8
|