MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | // (c) by Padreic (Padreic@mg.mud.de) |
| 2 | |
| 3 | #define HOME(x) "/doc/beispiele/"+x |
| 4 | #define WALD(x) HOME("zauberwald/"+x) |
| 5 | #define ROOM(x) WALD("room/"+x) |
| 6 | #define NPC(x) WALD("npc/"+x) |
| 7 | #define OBJ(x) WALD("obj/"+x) |
| 8 | |
| 9 | #include <defines.h> |
| 10 | #include <properties.h> |
| 11 | #include "/p/service/padreic/mnpc/mnpc.h" |
| 12 | |
| 13 | #define BS(x) break_string(x, 78) |
| 14 | #define PO previous_object() |
| 15 | #define DEBUG(x) tell_object(find_player("padreic"), x); |
| 16 | |
| 17 | #define SAECKCHEN "/d/wald/padreic/obj/saeckchen.c" |
| 18 | |
| 19 | |
| 20 | #define ZAUBERWALD "\npadreiczauberwald" /* gesetzt wenn man im wald ist */ |
| 21 | #define AGGRESSIVE_TIME 900 /* zeit bis zur befriedung */ |
| 22 | #define ZAUBERWALDNPC WALDID("npc") |
| 23 | #define AUSGANG "\npadreicausgang" /* die letzte Bewegung */ |
| 24 | #define WALDID(x) ZAUBERWALD+x |
| 25 | #define EXTRA_LONG "\npadreiczusatzlong" /* zur ergaenzung zur VC-long */ |