31 lines
831 B
Plaintext
31 lines
831 B
Plaintext
|
|
//Preference toggles
|
|
#define SOUND_ADMINHELP 1
|
|
#define SOUND_MIDI 2
|
|
#define SOUND_AMBIENCE 4
|
|
#define SOUND_LOBBY 8
|
|
#define CHAT_OOC 16
|
|
#define CHAT_DEAD 32
|
|
#define CHAT_GHOSTEARS 64
|
|
#define CHAT_GHOSTSIGHT 128
|
|
#define CHAT_PRAYER 256
|
|
#define CHAT_RADIO 512
|
|
#define MEMBER_PUBLIC 1024
|
|
#define CHAT_PULLR 2048
|
|
#define INTENT_STYLE 4096
|
|
|
|
#define TOGGLES_DEFAULT (SOUND_ADMINHELP|SOUND_MIDI|SOUND_AMBIENCE|SOUND_LOBBY|CHAT_OOC|CHAT_DEAD|CHAT_GHOSTEARS|CHAT_GHOSTSIGHT|CHAT_PRAYER|CHAT_RADIO|MEMBER_PUBLIC|CHAT_PULLR|INTENT_STYLE)
|
|
|
|
#define BE_TRAITOR 1
|
|
#define BE_OPERATIVE 2
|
|
#define BE_CHANGELING 4
|
|
#define BE_WIZARD 8
|
|
#define BE_MALF 16
|
|
#define BE_REV 32
|
|
#define BE_ALIEN 64
|
|
#define BE_PAI 128
|
|
#define BE_CULTIST 256
|
|
#define BE_BLOB 512
|
|
#define BE_NINJA 1024
|
|
#define BE_MONKEY 2048
|