blob: dc07fbff19001ab5f8752264d2a46426ea4ef6fb [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001#ifndef __LIVING_DESCRIPTION_H__
2#define __LIVING_DESCRIPTION_H__
3
4// properties
5
6#define P_GUILD "guild"
7#define P_VISIBLE_GUILD "visible_guild"
8
9#define P_EXTRA_LOOK "extralook"
10#define P_INTERNAL_EXTRA_LOOK "internal_extralook"
11
12#define P_PLAYER_LIGHT "player_light"
13#define P_LIGHT_MODIFIER "light_modifier"
14
15#define P_LEVEL "level"
16
17#define P_RACE "race"
18#define P_REAL_RACE "real_race"
19
20// bitte auch in /secure/master.h aendern, falls das mal geaendert wird.
21#define P_WEAPON "weapon"
22
23#define P_PARA "para"
24#define P_SIZE "size"
25
26#define P_DIE_MSG "die_msg"
27
28#define P_WIMPY "wimpy"
29#define P_WIMPY_DIRECTION "wimpy_dir"
30
31#define P_AVATAR_URI "p_lib_avataruri"
32
33#endif // __LIVING_DESCRIPTION_H__
34
35
36#ifdef NEED_PROTOTYPES
37
38#ifndef __LIVING_DESCRIPTION_H_PROTO__
39#define __LIVING_DESCRIPTION_H_PROTO__
40
41varargs int CannotSee(int silent);
42public varargs int AddExtraLook(string look, int duration, string key,
43 string lookende, object ob);
44public int RemoveExtraLook(string key);
45
46#endif // __LIVING_DESCRIPTION_H_PROTO__
47
48#endif // NEED_PROTOYPES