/w/oldcreators/grimfang/npc/aokorki.c line 1: Warning: Redeclaration of global variable 'spells'. before the end of line
/w/oldcreators/grimfang/npc/aokorki.c line 50: Warning: Number of arguments disagrees with previous definition. before the end of line
/w/oldcreators/grimfang/npc/aokorki.c line 50: Warning: Function inherited from '/obj/monster.c' does not match current function in return type ( void vs int ) before the end of line
/w/oldcreators/grimfang/npc/aokorki.c line 54: Warning: Number of arguments disagrees with previous definition. before the end of line
/w/oldcreators/grimfang/npc/aokorki.c line 58: Warning: Number of arguments disagrees with previous definition. before the end of line
/w/oldcreators/grimfang/npc/aokorki.c line 58: Warning: Function inherited from '/std/living/combat.c' does not match current function in return type ( void vs int ) before the end of line
/w/oldcreators/tester/tester/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/oldcreators/tester/tester/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
/w/oldcreators/tester/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/tester/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/kume/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/kume/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/shadowbeam/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/shadowbeam/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/baiken/npcs/galiak.lpc:6:23: warning: Redeclaration of global variable 'spells'.
    6 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/glonurg.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/glonurg.lpc:85:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
   85 | int query_res(){ return 45; } 
      |               ^
/w/oldcreators/baiken/npcs/lebeau.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/baiken/npcs/sinan.lpc:1: error: Cannot #include path.h
/w/oldcreators/baiken/npcs/sinan.lpc:2:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    2 | inherit NPCS+"asesinos";
      |         ^
/w/oldcreators/baiken/npcs/xhork.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/golvag.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/golvag.lpc:125:27: warning: Number of arguments to 'event_enter' disagrees with previous definition.
  125 | void event_enter(object ob)
      |                           ^
/w/oldcreators/baiken/npcs/golvag.lpc:136:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
  136 | int query_res() { return 55; }
      |               ^
/w/oldcreators/baiken/npcs/patric.lpc:1: error: Cannot #include var.h
/w/oldcreators/baiken/npcs/patric.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/patric.lpc:3:38: warning: Redeclaration of global variable 'value'.
    3 | inherit "/std/basic/respond_give.lpc";
      |                                      ^
/w/oldcreators/baiken/npcs/patric.lpc:7: error: Cannot #include sanarse.h
/w/oldcreators/baiken/npcs/patric.lpc:49:20: error: Undefined variable 'P_ITEMS'
   49 |   add_clone(P_ITEMS+"bondad",1);
      |                    ^
/w/oldcreators/baiken/npcs/patric.lpc:146:13: error: Type of returned value doesn't match function return type ( int vs void )
  146 |     return 1;
      |             ^
/w/oldcreators/baiken/npcs/patric.lpc:152:24: error: Type of returned value doesn't match function return type ( int vs void )
  152 |   if (!Objeto) return 1;
      |                        ^
/w/oldcreators/baiken/npcs/patric.lpc:177:21: error: Type of returned value doesn't match function return type ( int vs void )
  177 |     if (environment(TO)!=environment(ob)) return 1;
      |                     ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/w/oldcreators/baiken/npcs/guillermo.lpc:6:22: warning: Redeclaration of global variable 'spells'.
    6 | inherit "obj/monster"; 
      |                      ^
/w/oldcreators/baiken/npcs/guillermo.lpc:222:1: warning: Unused local variable 'sombra'
  222 | }
      | ^
/w/oldcreators/baiken/npcs/shandril.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/armadin.lpc:4: error: Cannot #include path.h
/w/oldcreators/baiken/npcs/armadin.lpc:6:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    6 | inherit NPCS+"asesinos";
      |         ^
/w/oldcreators/baiken/npcs/gabriel.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/gabriel.lpc:2: error: Cannot #include ../../path.h
/w/oldcreators/baiken/npcs/gabriel.lpc:88:18: error: Undefined variable 'items'
   88 |   add_clone(items+"mcloak.lpc",1);
      |                  ^
/w/oldcreators/baiken/npcs/gabriel.lpc:109:1: warning: Unused local variable 'target'
  109 | }
      | ^
/w/oldcreators/baiken/npcs/gabriel.lpc:109:1: warning: Unused local variable 'i'
  109 | }
      | ^
/w/oldcreators/baiken/npcs/gabriel.lpc:124:21: error: Type of returned value doesn't match function return type ( int vs void )
  124 | return(::do_death());
      |                     ^
/w/oldcreators/baiken/npcs/targahs.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/targahs.lpc:6: error: Cannot #include /d/oficios/clerigos/shaman/comando/no_muerto.lpc
/w/oldcreators/baiken/npcs/targahs.lpc:13:7: warning: Redeclaration of global variable 'hp'.
   13 | int hp;
      |       ^
/w/oldcreators/baiken/npcs/targahs.lpc:47:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
   47 | int query_res() {return 25;}
      |               ^
/w/oldcreators/baiken/npcs/oxi.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/oxi.lpc:3: error: Cannot #include /d/oficios/guerreros/lagartos/npcs/path.h
/w/oldcreators/baiken/npcs/oxi.lpc:37:20: error: Undefined variable 'LAGARTO'
   37 |   add_clone(LAGARTO+"yelmo",1);
      |                    ^
/w/oldcreators/baiken/npcs/oxi.lpc:38:25: error: Undefined variable 'LAGARTO_ARMA'
   38 |   add_clone(LAGARTO_ARMA+"tridente",1);
      |                         ^
/w/oldcreators/baiken/npcs/marvik.lpc:3: error: Cannot #include path.h
/w/oldcreators/baiken/npcs/marvik.lpc:4:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    4 | inherit NPCS+"wizard";
      |         ^
/w/oldcreators/baiken/npcs/yavahne.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/yavahne.lpc:32:20: error: Undefined variable 'ARMADURA'
   32 |  add_clone(ARMADURA+"cuero_elfico.lpc",1);
      |                    ^
/w/oldcreators/baiken/npcs/thrug.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/thrug.lpc:34:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
   34 | int query_res() {return 40;}
      |               ^
/w/oldcreators/baiken/npcs/thrug.lpc:75:13: error: Bad argument 2 to efun present()
   75 | ,entrenador))
      |             ^
/include/standard.h:21:9: note: expanded from macro 'ENV'
   21 | #define ENV(XXX)     environment(XXX)
      |         ^
/w/oldcreators/baiken/npcs/thrug.lpc:77:3: error: Bad argument 1 to efun environment()
   77 | );
      |   ^
/include/standard.h:21:9: note: expanded from macro 'ENV'
   21 | #define ENV(XXX)     environment(XXX)
      |         ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/w/oldcreators/baiken/npcs/turgon.lpc:4: error: Cannot #include /d/oficios/guerreros/drowwarrior/path.h
/w/oldcreators/baiken/npcs/turgon.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/turgon.lpc:7:43: warning: Number of arguments to 'event_enter' disagrees with previous definition.
    7 | void event_enter(object ob, string message)
      |                                           ^
/w/oldcreators/baiken/npcs/jorbud.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/jorbud.lpc:38:24: error: Undefined variable 'ITEMS'
   38 |         add_clone(ITEMS+"lanza_cel",1);
      |                        ^
/w/oldcreators/baiken/npcs/nuggler.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/nuggler.lpc:115:42: warning: Number of arguments to 'event_enter' disagrees with previous definition.
  115 | void event_enter(object quien,string mess)
      |                                          ^
/w/oldcreators/baiken/npcs/baenre.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster"; 
      |                       ^
/w/oldcreators/baiken/npcs/baenre.lpc:10:42: warning: Number of arguments to 'event_enter' disagrees with previous definition.
   10 | void event_enter(object ob,string mensaje)
      |                                          ^
/w/oldcreators/baiken/npcs/vinglet.lpc:5:22: warning: Redeclaration of global variable 'spells'.
    5 | inherit "obj/monster";
      |                      ^
/w/oldcreators/baiken/npcs/vinglet.lpc:73:18: error: Undefined variable 'LOGS'
   73 |   write_file(LOGS+"forja.log",CNAME+" almaceno un "+mineral[0]->query_short()+" en "+ctime(time())+".\n");
      |                  ^
/w/oldcreators/baiken/npcs/vinglet.lpc:122:23: error: Undefined variable 'ARMAS'
  122 |     clone_object(ARMAS+"espada_laen")->move(ENV(TP));
      |                       ^
/w/oldcreators/baiken/npcs/vinglet.lpc:125:23: error: Undefined variable 'ARMAS'
  125 |     clone_object(ARMAS+"espada_laen")->move(TP);
      |                       ^
/w/oldcreators/baiken/npcs/vinglet.lpc:127:19: error: Undefined variable 'LOGS'
  127 |    write_file(LOGS+"espada_laen.log","El "+TP->query_guild_name()+", "+TP->query_level()+" nivel, "+TP->query_cap_name()+", fabrico una espada de laen el "+ctime(time())+".\n",0);
      |                   ^
/w/oldcreators/baiken/npcs/nain.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/nain.lpc:49:33: error: syntax error, unexpected L_STRING
   49 |   add_clone(ITEMS"hacha_mith_tru",1);
      |                                 ^
/w/oldcreators/baiken/npcs/nain.lpc:67:22: error: Undefined variable 'me'
   67 |    lista=(object *)me->query_attacker_list();
      |                      ^
/w/oldcreators/baiken/npcs/nain.lpc:67:45: error: syntax error, unexpected ';'
   67 |    lista=(object *)me->query_attacker_list();
      |                                             ^
/w/oldcreators/baiken/npcs/nain.lpc:68:25: error: Undefined variable 'lista'
   68 |    i=random(sizeof(lista));
      |                         ^
/w/oldcreators/baiken/npcs/nain.lpc:68:27: error: syntax error, unexpected ';'
   68 |    i=random(sizeof(lista));
      |                           ^
/w/oldcreators/baiken/npcs/nain.lpc:76:38: error: syntax error, unexpected L_STRING
   76 |     wep=clone_object(ITEMS"hacha_mith");
      |                                      ^
/w/oldcreators/baiken/npcs/sean.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/sean.lpc:3: error: Cannot #include path.h
/w/oldcreators/baiken/npcs/sean.lpc:23:41: error: Unable to find the inherited function 'event_exit'.
   23 |     return ::event_exit(ob,mensaje,donde);
      |                                         ^
/w/oldcreators/baiken/npcs/sean.lpc:121:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
  121 | int query_res(){ return 68; }
      |               ^
/w/oldcreators/baiken/npcs/juraviel.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/juraviel.lpc:48:18: error: Undefined variable 'ARMAS'
   48 |   add_clone(ARMAS+"elf_sword.lpc",2);
      |                  ^
/w/oldcreators/baiken/npcs/juraviel.lpc:49:21: error: Undefined variable 'ARMADURA'
   49 |   add_clone(ARMADURA+"malla.lpc",1);
      |                     ^
/w/oldcreators/baiken/npcs/juraviel.lpc:86:24: error: Undefined variable 'HANDLER_Q_DANZA'
   86 |      if(HANDLER_Q_DANZA->query_trama()<2)
      |                        ^
/w/oldcreators/baiken/npcs/juraviel.lpc:115:19: error: Undefined variable 'LOGS'
  115 |    write_file(LOGS+habilidad+".log",quien->query_cap_name()+" el "+quien->query_level()+
      |                   ^
/w/oldcreators/baiken/npcs/juraviel.lpc:122:41: error: Unable to find the inherited function 'event_exit'.
  122 |  return ::event_exit(quien,mensaje,donde);
      |                                         ^
/w/oldcreators/baiken/npcs/arturo.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/arturo.lpc:5: error: Cannot #include /d/oficios/guerreros/normal/npcs/path.h
/w/oldcreators/baiken/npcs/arturo.lpc:96:16: error: Type of returned value doesn't match function return type ( int vs void )
   96 |        return 1;
      |                ^
/w/oldcreators/baiken/npcs/arturo.lpc:184:39: error: Unable to find the inherited function 'event_exit'.
  184 |   return ::event_exit(ob,mensaje,donde);
      |                                       ^
/w/oldcreators/baiken/npcs/arturo.lpc:188:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
  188 | int query_res() { return 65; }
      |               ^
/w/oldcreators/baiken/npcs/gathe.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/erindis.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/erindis.lpc:4: error: Cannot #include ../../path.h
/w/oldcreators/baiken/npcs/erindis.lpc:95:18: error: Undefined variable 'items'
   95 |   add_clone(items+"mcloak.lpc",1);
      |                  ^
/w/oldcreators/baiken/npcs/erindis.lpc:118:1: warning: Unused local variable 'target'
  118 | }
      | ^
/w/oldcreators/baiken/npcs/erindis.lpc:118:1: warning: Unused local variable 'i'
  118 | }
      | ^
/w/oldcreators/baiken/npcs/erindis.lpc:128:21: error: Type of returned value doesn't match function return type ( int vs void )
  128 | return(::do_death());
      |                     ^
/w/oldcreators/baiken/npcs/darhazad.lpc:3:22: warning: Redeclaration of global variable 'spells'.
    3 | inherit "obj/monster";
      |                      ^
/w/oldcreators/baiken/npcs/darhazad.lpc:77:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
   77 | int query_res()
      |               ^
/w/oldcreators/baiken/npcs/lorthen.lpc:3: error: Cannot #include path.h
/w/oldcreators/baiken/npcs/lorthen.lpc:4:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    4 | inherit NPCS+"wizard";
      |         ^
/w/oldcreators/baiken/npcs/daath.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/daath.lpc:55:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
   55 | int query_res(){ return 33+roll(3,11);}
      |               ^
/w/oldcreators/baiken/npcs/daath.lpc:56:40: warning: Number of arguments to 'event_enter' disagrees with previous definition.
   56 | void event_enter(object ob, string mess)
      |                                        ^
/w/oldcreators/baiken/npcs/raignok.lpc:8:23: warning: Redeclaration of global variable 'spells'.
    8 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/raignok.lpc:64:19: error: Undefined variable 'ROOMS'
   64 |    add_clone(ROOMS+"items/yelmo_punzante",1);
      |                   ^
/w/oldcreators/baiken/npcs/raignok.lpc:71:32: error: Wrong number of arguments to 'adjust_hp', expected: 3, minimum: 3, got: 2.
   71 |       adjust_hp(query_max_hp(),TO);
      |                                ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/w/oldcreators/baiken/npcs/leehva.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/leehva.lpc:33:24: error: Undefined variable 'ITEMS'
   33 |         add_clone(ITEMS+"esp_astral",1);
      |                        ^
/w/oldcreators/baiken/npcs/elkhar.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/elkhar.lpc:37:18: error: Undefined variable 'ITEMS'
   37 |   add_clone(ITEMS+"capa_w",1);
      |                  ^
/w/oldcreators/baiken/npcs/sargon.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/baiken/npcs/sargon.lpc:48:17: error: Undefined variable 'ARMAS'
   48 |  add_clone(ARMAS+"elf_sword",2);
      |                 ^
/w/oldcreators/baiken/npcs/sargon.lpc:49:20: error: Undefined variable 'ARMADURA'
   49 |  add_clone(ARMADURA+"cuero_elfico",1);
      |                    ^
/w/oldcreators/baiken/npcs/fistandantilus.lpc:4: error: Cannot #include path.h
/w/oldcreators/baiken/npcs/fistandantilus.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit NPCS+"wizard";
      |         ^
/w/oldcreators/baiken/npcs/helrek.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/helrek.lpc:92:22: error: Undefined variable 'ITEMS'
   92 |       add_clone(ITEMS+"cota_itzalak",1);
      |                      ^
/w/oldcreators/baiken/npcs/ghaz.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/ghaz.lpc:3: error: Cannot #include no_muerto.lpc
/w/oldcreators/baiken/npcs/wizard.lpc:3: error: Cannot #include hechizos.h
/w/oldcreators/baiken/npcs/wizard.lpc:4: error: Cannot #include path.h
/w/oldcreators/baiken/npcs/wizard.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/wizard.lpc:65:105: error: Undefined function REDUCIR
   65 |     if (att->query_property("flipped") && !att->query_property("disminuido")) REDUCIR(att->query_name(),TO,0);
      |                                                                                                         ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/w/oldcreators/baiken/npcs/wizard.lpc:80:31: error: Undefined variable 'NPCS'
   80 |   sombras[i]=clone_object(NPCS+"sombra");
      |                               ^
/w/oldcreators/baiken/npcs/wizard.lpc:85:10: error: Undefined function ESPEJO
   85 |     if (!TO->query_mirror_spell() && NO_MAGO && !random(8)) ESPEJO(query_name(),TO,0);
      |          ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/w/oldcreators/baiken/npcs/wizard.lpc:86:10: error: Undefined function AURA
   86 |     if (!TO->query_spirit_armour_spell() && NO_MAGO) AURA(query_name(),TO,0);
      |          ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/w/oldcreators/baiken/npcs/wizard.lpc:92:31: warning: Number of arguments to 'adjust_hp' disagrees with previous definition.
   92 | int adjust_hp(int i,object att)
      |                               ^
/w/oldcreators/baiken/npcs/grahs.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/grahs.lpc:6: error: Cannot #include no_muerto.lpc
/w/oldcreators/baiken/npcs/grahs.lpc:102:37: warning: Number of arguments to 'do_death' disagrees with previous definition.
  102 | int do_death(object ob, object * obs)
      |                                     ^
/w/oldcreators/baiken/npcs/grong.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/grong.lpc:37:27: error: syntax error, unexpected L_STRING
   37 |    add_clone(ITEMS"cadenas",1);
      |                           ^
/w/oldcreators/baiken/workroom.lpc:52:55: error: Bad type for argument 1 of add_item ( string vs mixed * )
   52 |            "mas las miras, mas incomodo te sientes.\n");
      |                                                       ^
/w/oldcreators/baiken/comandos/aplastar.lpc:93:10: warning: Non-void functions must return a value.
   93 |    return;
      |          ^
/w/oldcreators/baiken/comandos/furia.lpc:110:2: warning: Unused local variable 'i'
  110 |  }
      |  ^
/w/oldcreators/baiken/comandos/hunt.lpc:131:1: warning: Unused local variable 'damage'
  131 | }
      | ^
/w/oldcreators/baiken/comandos/despellejar.lpc:68:2: warning: Unused local variable 'calidad'
   68 |  }
      |  ^
/w/oldcreators/baiken/bicho_sirio.lpc:5:22: warning: Redeclaration of global variable 'spells'.
    5 | inherit "obj/monster";
      |                      ^
/w/oldcreators/baiken/kit.lpc:247:1: warning: Unused local variable 'env'
  247 | }
      | ^
/w/oldcreators/baiken/kit.lpc:570:1: warning: Unused local variable 'rank'
  570 | }
      | ^
/w/oldcreators/baiken/kit.lpc:570:1: warning: Unused local variable 'dom'
  570 | }
      | ^
/w/oldcreators/kaerf/human/rooms/d00.lpc:21:71: error: Bad type for argument 1 of add_item ( string vs mixed * )
   21 |     "construccion de este embarcadero, muchas de ellas estan rotas.\n");
      |                                                                       ^
  note: while loading '/d/newbie/human/rooms/jungle' inherited by '/w/oldcreators/kaerf/human/rooms/j04'
/w/oldcreators/kaerf/human/rooms/v05.lpc:33:53: error: Bad type for argument 1 of add_item ( string vs mixed * )
   33 |  "es donde los cuerpos son examinados y tratados.\n");
      |                                                     ^
  note: while loading '/d/newbie/human/rooms/rock' inherited by '/w/oldcreators/kaerf/human/rooms/r03'
/w/oldcreators/kaerf/human/rooms/v07.lpc:20:71: error: Bad type for argument 1 of add_item ( string vs mixed * )
   20 |     "algo que huele a pescado en conserva, pero otros estan vacios.\n");
      |                                                                       ^
  note: while loading '/std/shop' inherited by '/w/oldcreators/kaerf/human/rooms/v02'
/w/oldcreators/kaerf/human/rooms/v07.lpc:27:52: error: Bad type for argument 1 of add_item ( string vs mixed * )
   27 |     "que conduce al bar en la taverna de arriba.\n");
      |                                                    ^
  note: while loading '/std/shop' inherited by '/w/oldcreators/kaerf/human/rooms/v02'
/w/oldcreators/kaerf/human/rooms/v07.lpc:29:84: error: Bad type for argument 1 of add_item ( string vs mixed * )
   29 |     add_item(({"pared","paredes"}),"No ves nada especial en estas paredes lisas.\n");
      |                                                                                    ^
  note: while loading '/std/shop' inherited by '/w/oldcreators/kaerf/human/rooms/v02'
/w/oldcreators/kaerf/human/rooms/h00.lpc:25:79: error: Bad type for argument 1 of add_item ( string vs mixed * )
   25 |       "sanos no obstante, y tienen largas lianas enredadas en sus troncos. \n");
      |                                                                               ^
  note: while loading '/d/newbie/human/rooms/track' inherited by '/w/oldcreators/kaerf/human/rooms/t04'
/w/oldcreators/kaerf/human/rooms/h00.lpc:27:76: error: Bad type for argument 1 of add_item ( string vs mixed * )
   27 |       "En caso de necesitar una cuerda, estas lianas podrian ser utiles.\n");
      |                                                                            ^
  note: while loading '/d/newbie/human/rooms/track' inherited by '/w/oldcreators/kaerf/human/rooms/t04'
/w/oldcreators/kaerf/human/rooms/h00.lpc:30:61: error: Bad type for argument 1 of add_item ( string vs mixed * )
   30 |       "como uno de esos faros de los que has oido hablar.\n");
      |                                                             ^
  note: while loading '/d/newbie/human/rooms/track' inherited by '/w/oldcreators/kaerf/human/rooms/t04'
/w/oldcreators/kaerf/human/rooms/pit.lpc:30:21: error: Bad type for argument 1 of add_item ( string vs mixed * )
   30 |     "a salpicar. \n");
      |                     ^
  note: while loading '/d/newbie/human/rooms/track' inherited by '/w/oldcreators/kaerf/human/rooms/t02'
/w/oldcreators/kaerf/human/rooms/g00.lpc:26:46: error: Bad type for argument 1 of add_item ( string vs mixed * )
   26 |     " en el han construido un gran portal.\n");
      |                                              ^
  note: while loading '/d/newbie/human/rooms/rock' inherited by '/w/oldcreators/kaerf/human/rooms/r02'
/w/oldcreators/kaerf/human/rooms/g00.lpc:29:83: error: Bad type for argument 1 of add_item ( string vs mixed * )
   29 |     "Para examinarla mejor tendrias que desclavarla o arrancarla de donde esta.\n");
      |                                                                                   ^
  note: while loading '/d/newbie/human/rooms/rock' inherited by '/w/oldcreators/kaerf/human/rooms/r02'
/w/oldcreators/kaerf/human/rooms/v06.lpc:28:50: error: Bad type for argument 1 of add_item ( string vs mixed * )
   28 |     "de la jungla, arrastrada por el viento.  \n");
      |                                                  ^
/w/oldcreators/kaerf/human/rooms/v03.lpc:18:72: error: Bad type for argument 1 of add_item ( string vs mixed * )
   18 |     "y necesitan algunos arreglos, sus respaldos estan desencajados.\n");
      |                                                                        ^
  note: while loading '/d/newbie/human/rooms/jungle' inherited by '/w/oldcreators/kaerf/human/rooms/j32'
/w/oldcreators/kaerf/human/monsters/woman.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
  note: while loading '/d/newbie/human/rooms/rock' inherited by '/w/oldcreators/kaerf/human/rooms/r01'
/w/oldcreators/kaerf/human/monsters/dan.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/pmice.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/snake.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/crab.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/bandicoot.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/bandicoot.lpc:29:19: warning: Expression has no side effects, and the value is unused
   29 |       1,":grunye.",
      |                   ^
/w/oldcreators/kaerf/human/monsters/bandicoot.lpc:30:27: warning: Expression has no side effects, and the value is unused
   30 |     set_level(6+random(6));
      |                           ^
/w/oldcreators/kaerf/human/monsters/mongrel.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/oldman.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/rodion.lpc:1:27: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster.lpc";
      |                           ^
/w/oldcreators/kaerf/human/monsters/prat.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/hornet.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/hog.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/seal.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/rat.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/cat.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/kaerf/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/kaerf/duergar.lpc:1: error: Cannot #include path.h
/w/oldcreators/kaerf/duergar.lpc:29:18: error: Undefined variable 'BOOK'
   29 |    add_clone(BOOK,1);
      |                  ^
/w/oldcreators/kaerf/duergar.lpc:42:37: error: Undefined variable 'NEW_NEWBIE'
   42 |       this_player()->move(NEW_NEWBIE+"guests/rooms/intersec");
      |                                     ^
/w/oldcreators/kaerf/duergar/items/picko.lpc:13:21: warning: Number of arguments to 'set_in_use' disagrees with previous definition.
   13 | int set_in_use(int i)
      |                     ^
/w/oldcreators/kaerf/duergar/items/pick.lpc:13:21: warning: Number of arguments to 'set_in_use' disagrees with previous definition.
   13 | int set_in_use(int i)
      |                     ^
/w/oldcreators/kaerf/duergar/npcs/dlady.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dliz-man.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dminotau.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dmaster02.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/delf.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/ddrider.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dlizman.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dkobold.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dh-elf.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dgoblin.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dmaster04.lpc:2:22: warning: Redeclaration of global variable 'spells'.
    2 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dh-orc.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dmaster01.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dmaster03.lpc:2:22: warning: Redeclaration of global variable 'spells'.
    2 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/rat.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/ddrow.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dhulk.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dhulk.lpc:38:1: warning: Unused local variable 'i'
   38 | }
      | ^
/w/oldcreators/kaerf/duergar/npcs/dgnome.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dmind.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dmind.lpc:30:1: warning: Unused local variable 'ob'
   30 | }
      | ^
/w/oldcreators/kaerf/duergar/npcs/duggan.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dorc.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dspider.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dhuman.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dhook.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dhound.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/ddwarf.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dogre.lpc:1:22: warning: Redeclaration of global variable 'spells'.
    1 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dduergar.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dhalflin.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/rooms/raiserm.lpc:42:17: error: Bad type for argument 1 of add_feel ( string vs mixed * )
   42 |             "\n");
      |                 ^
  note: while loading '/std/underground' inherited by '/w/oldcreators/kaerf/duergar/rooms/dlev4_01'
/w/oldcreators/kaerf/duergar/rooms/raiserm.lpc:51:17: error: Bad type for argument 1 of add_feel ( string vs mixed * )
   51 |             "\n");
      |                 ^
  note: while loading '/std/underground' inherited by '/w/oldcreators/kaerf/duergar/rooms/dlev4_01'
/w/oldcreators/kaerf/duergar/rooms/raiserm.lpc:62:17: error: Bad type for argument 1 of add_item ( string vs mixed * )
   62 |             "\n");
      |                 ^
  note: while loading '/std/underground' inherited by '/w/oldcreators/kaerf/duergar/rooms/dlev4_01'
/w/oldcreators/kaerf/duergar/rooms/raiserm.lpc:70:17: error: Bad type for argument 1 of add_item ( string vs mixed * )
   70 |             "\n");
      |                 ^
  note: while loading '/std/underground' inherited by '/w/oldcreators/kaerf/duergar/rooms/dlev4_01'
/w/oldcreators/kaerf/duergar/rooms/raiserm.lpc:81:17: error: Bad type for argument 1 of add_item ( string vs mixed * )
   81 |             "\n");
      |                 ^
  note: while loading '/std/underground' inherited by '/w/oldcreators/kaerf/duergar/rooms/dlev4_01'
/w/oldcreators/kaerf/duergar/rooms/raiserm.lpc:91:17: error: Bad type for argument 1 of add_item ( string vs mixed * )
   91 |             "\n");
      |                 ^
  note: while loading '/std/underground' inherited by '/w/oldcreators/kaerf/duergar/rooms/dlev4_01'
/w/oldcreators/zomtur/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/zomtur/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/shimmer/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/shimmer/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/shimmer/workroom.lpc:89:30: error: Undefined variable 'HAGN'
   89 | add_exit("arco",         HAGN+"arco_desolacion.lpc","standard");
      |                              ^
/w/oldcreators/shimmer/workroom.lpc:91:34: error: Undefined variable 'ZHYRKHOM'
   91 | add_exit("zhyrkhom",     ZHYRKHOM+"camino_minas8.lpc","standard");
      |                                  ^
/w/oldcreators/shimmer/workroom.lpc:92:37: error: Undefined variable 'BOSQUEHARAK'
   92 | add_exit("bosqueharak",  BOSQUEHARAK+"bos1.lpc","standard");
      |                                     ^
/w/oldcreators/shimmer/workroom.lpc:93:31: error: Undefined variable 'HARAK'
   93 | add_exit("harak",        HARAK+"lad1.lpc","standard");
      |                               ^
/w/oldcreators/cretest/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/cretest/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/huascar/bosquemaldito/npc/culebra.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/rata.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/sanguijuela.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/tigre.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/mariposa.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/carnero.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/vaca.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/oso.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/mono.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/mapache.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/lobo.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1403.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1403.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0916.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0916.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0907.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0907.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1518.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1518.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M6.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M6.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0207.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0207.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0922.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0922.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M8.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M8.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1509.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1509.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0407.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0407.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0906.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0906.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M4.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M4.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0209.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0209.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1604.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1604.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1404.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1404.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0507.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0507.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0509.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0509.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1119.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1119.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1516.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1516.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0311.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0311.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1718.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1718.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1922.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1922.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1614.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1614.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0201.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0201.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1117.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1117.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1823.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1823.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1821.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1821.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1114.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1114.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1314.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1314.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0608.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0608.lpc:16:30: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"sanguijuela.lpc",random(3)-1);
      |                              ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1408.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1408.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0307.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0307.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0410.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0410.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0722.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0722.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0921.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0921.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1014.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1014.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0210.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0210.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1018.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1018.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1406.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1406.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1722.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1722.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1213.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1213.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1805.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1805.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1620.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1620.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M20.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M20.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0616.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0616.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1206.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1206.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0708.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0708.lpc:16:30: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"sanguijuela.lpc",random(3)-1);
      |                              ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0306.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0306.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1005.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1005.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M12.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M12.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0611.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0611.lpc:16:30: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"sanguijuela.lpc",random(3)-1);
      |                              ^
/w/oldcreators/huascar/bosquemaldito/rooms/M5.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M5.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0713.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0713.lpc:16:30: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"sanguijuela.lpc",random(3)-1);
      |                              ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1520.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1520.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1013.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1013.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1305.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1305.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0408.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0408.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M11.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M11.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0821.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0821.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1715.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1715.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M14.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M14.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0918.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0918.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0203.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0203.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1606.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1606.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0813.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0813.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0104.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0104.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0305.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0305.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0718.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0718.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0303.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0303.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1506.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1506.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0612.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0612.lpc:16:30: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"sanguijuela.lpc",random(3)-1);
      |                              ^
/w/oldcreators/huascar/bosquemaldito/rooms/M9.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M9.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M19.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M19.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1205.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1205.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0317.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0317.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1216.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1216.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0820.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0820.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1414.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1414.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1007.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1007.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0618.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0618.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1505.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1505.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0816.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0816.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0719.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0719.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0904.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0904.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0914.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0914.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M7.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M7.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M16.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M16.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1105.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1105.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1315.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1315.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1515.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1515.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1709.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1709.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0419.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0419.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0206.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0206.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0617.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0617.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1115.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1115.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1507.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1507.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1024.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1024.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M10.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M10.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0310.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0310.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1511.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1511.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1317.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1317.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1116.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1116.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1522.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1522.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1619.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1619.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0411.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0411.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1308.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1308.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0815.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0815.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0506.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0506.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0406.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0406.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1106.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1106.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0208.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0208.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1716.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1716.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0919.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0919.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0518.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0518.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1710.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1710.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1807.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1807.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1707.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1707.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M13.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M13.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0405.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0405.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0520.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0520.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1706.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1706.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0510.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0510.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M15.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M15.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1016.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1016.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0402.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0402.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0503.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0503.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1623.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1623.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0308.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0308.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0809.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0809.lpc:16:30: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"sanguijuela.lpc",random(3)-1);
      |                              ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0102.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0102.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1721.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1721.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1020.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1020.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1512.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1512.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0304.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0304.lpc:16:30: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"sanguijuela.lpc",random(3)-1);
      |                              ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1608.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1608.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M3.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M3.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0806.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0806.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1409.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1409.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0502.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0502.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1419.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1419.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1508.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1508.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M18.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M18.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0409.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0409.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0418.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0418.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0508.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0508.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0818.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0818.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0619.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0619.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0717.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0717.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0218.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0218.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0823.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0823.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0923.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0923.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1218.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1218.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1413.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1413.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0309.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0309.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1204.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1204.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1613.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1613.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1312.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1312.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1503.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1503.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1610.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1610.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1820.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1820.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M17.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M17.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M2.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M2.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1817.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1817.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/huascar/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/huascar/cienaga/npc/zombieenano.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/cienaga/npc/zombieorco.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/jabali/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/oldcreators/jabali/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
/w/oldcreators/bwamba/npcs/playero.lpc:1:24: warning: Redeclaration of global variable 'spells'.
    1 |  inherit "/obj/monster";
      |                        ^
/w/oldcreators/bwamba/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/bwamba/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/bwamba/faeleen/npcs/agricultora.lpc:1:24: warning: Redeclaration of global variable 'spells'.
    1 |  inherit "/obj/monster";
      |                        ^
/w/oldcreators/bwamba/faeleen/npcs/habitante.lpc:1:24: warning: Redeclaration of global variable 'spells'.
    1 |  inherit "/obj/monster";
      |                        ^
/w/oldcreators/bwamba/faeleen/npcs/habitante2.lpc:1:24: warning: Redeclaration of global variable 'spells'.
    1 |  inherit "/obj/monster";
      |                        ^
/w/oldcreators/bwamba/faeleen/npcs/agricultor.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/bwamba/faeleen/npcs/agricultor.lpc:27:15: error: syntax error, unexpected '/'
   27 |     add_clone(/w/bwamba/faeleen/objetos/daga_afilada.lpc",1);
      |               ^
/w/oldcreators/bwamba/faeleen/npcs/agricultor.lpc:31:1: error: End of file in string
/w/oldcreators/zonzamas/shield.lpc:51:14: warning: Redeclaration of global variable 'armour_ac'.
   51 |     armour_ac,
      |              ^
/w/oldcreators/zonzamas/shield.lpc:52:16: warning: Redeclaration of global variable 'armour_type'.
   52 |     armour_type,
      |                ^
/w/oldcreators/zonzamas/shield.lpc:307:1: warning: Unused local variable 'i'
  307 | } 
      | ^
/w/oldcreators/zonzamas/shield.lpc:307:1: warning: Unused local variable 'form'
  307 | } 
      | ^
/w/oldcreators/zonzamas/shield.lpc:398:24: warning: Function set_name inherited from '/std/object.lpc' does not match current function in return type ( void vs int )
  398 | int set_name(string str) 
      |                        ^
/w/oldcreators/zonzamas/armour.lpc:52:14: warning: Redeclaration of global variable 'armour_ac'.
   52 |     armour_ac,
      |              ^
/w/oldcreators/zonzamas/armour.lpc:53:16: warning: Redeclaration of global variable 'armour_type'.
   53 |     armour_type,
      |                ^
/w/oldcreators/zonzamas/armour.lpc:358:1: warning: Unused local variable 'i'
  358 | } 
      | ^
/w/oldcreators/zonzamas/armour.lpc:358:1: warning: Unused local variable 'form'
  358 | } 
      | ^
/w/oldcreators/zonzamas/hold.lpc:143:8: error: syntax error, unexpected L_IDENTIFIER, expecting L_ASSIGN or ';' or '(' or ','
  143 | status hold_ob(object ob) 
      |        ^
/w/oldcreators/zonzamas/glance.lpc:19:16: warning: Illegal to declare nosave function.
   19 | nosave int cmd (string arg, object me)
      |                ^
/w/oldcreators/zonzamas/grimfang/balcon.lpc:70:4: error: syntax error, unexpected L_DEFINED_NAME
   70 |    add_action("beber_elixires","beber")
      |    ^
/w/oldcreators/zonzamas/grimfang/balcon.lpc:83:50: error: syntax error, unexpected L_STRING
   83 |    notify_fail("Solo hay 'manjares' para comer.\n");                                                                               
      |                                                  ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:1:24: warning: Redeclaration of global variable 'spells'.
    1 |  inherit "/obj/monster";
      |                        ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:51:15: warning: Number of arguments to 'attack_by' disagrees with previous definition.
   51 | int attack_by()
      |               ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:51:15: warning: Function attack_by inherited from '/obj/monster.lpc' does not match current function in return type ( void vs int )
   51 | int attack_by()
      |               ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:55:17: warning: Number of arguments to 'do_death' disagrees with previous definition.
   55 |  void  do_death()
      |                 ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:59:17: warning: Number of arguments to 'attack_ob' disagrees with previous definition.
   59 |   int attack_ob()
      |                 ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:59:17: warning: Function attack_ob inherited from '/std/living/combat.lpc' does not match current function in return type ( void vs int )
   59 |   int attack_ob()
      |                 ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:65:14: error: Undefined function thisobject
   65 |   thisobject()->init_equip();
      |              ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:66:1: error: syntax error, unexpected end of file
/w/oldcreators/zonzamas/grimfang/workroom2.lpc:56:5: error: syntax error, unexpected '{'
   56 |    ({
      |     ^
/w/oldcreators/zonzamas/weapon.lpc:191:24: warning: Function set_name inherited from '/std/object.lpc' does not match current function in return type ( void vs int )
  191 | int set_name(string str) 
      |                        ^
/w/oldcreators/zonzamas/weapon.lpc:417:1: warning: Unused local variable 'i'
  417 | } 
      | ^
/w/oldcreators/zonzamas/weapon.lpc:417:1: warning: Unused local variable 'form'
  417 | } 
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fsize'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'topl'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fname'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'finish_func'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'stat_line'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'last_search'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fsize'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'topl'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fname'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'finish_func'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'stat_line'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'last_search'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fsize'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'topl'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fname'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'finish_func'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'stat_line'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'last_search'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fsize'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'topl'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fname'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'finish_func'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'stat_line'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'last_search'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:84:21: warning: Illegal to declare nosave function.
   84 | nosave void set_name(string str);
      |                     ^
/w/oldcreators/zonzamas/seguridad/player.lpc:238:1: warning: Unused local variable 'i'
  238 | } /* create() */
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:238:1: warning: Unused local variable 'j'
  238 | } /* create() */
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:238:1: warning: Unused local variable 'k'
  238 | } /* create() */
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:317:24: error: Undefined function query_guild_name
  317 |   if (query_guild_name() == "paladin")
      |                        ^
/w/oldcreators/zonzamas/seguridad/player.lpc:317:38: error: == always false because of incompatible types ( unknown vs string ).
  317 |   if (query_guild_name() == "paladin")
      |                                      ^
/w/oldcreators/zonzamas/seguridad/player.lpc:319:29: error: Undefined function query_guild_name
  319 |   else if (query_guild_name() =="clerigo de jade")
      |                             ^
/w/oldcreators/zonzamas/seguridad/player.lpc:319:50: error: == always false because of incompatible types ( unknown vs string ).
  319 |   else if (query_guild_name() =="clerigo de jade")
      |                                                  ^
/w/oldcreators/zonzamas/seguridad/player.lpc:347:18: error: Undefined variable 'guild_joined'
  347 |     guild_joined += time();
      |                  ^
/w/oldcreators/zonzamas/seguridad/player.lpc:347:18: error: Illegal lvalue
  347 |     guild_joined += time();
      |                  ^
/w/oldcreators/zonzamas/seguridad/player.lpc:442:1: warning: Unused local variable 'tmp'
  442 | } /* move_player_to_start() */
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:442:1: warning: Unused local variable 's'
  442 | } /* move_player_to_start() */
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:498:1: warning: Unused local variable 'money'
  498 | } /* start_player() */
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:759:8: warning: Non-void functions must return a value.
  759 |  return;
      |        ^
/w/oldcreators/zonzamas/seguridad/player.lpc:764:9: warning: Non-void functions must return a value.
  764 |  return ;
      |         ^
/w/oldcreators/zonzamas/seguridad/player.lpc:769:9: warning: Non-void functions must return a value.
  769 |  return ;
      |         ^
/w/oldcreators/zonzamas/seguridad/player.lpc:976:21: warning: Illegal to declare nosave function.
  976 | nosave void set_name(string str) {
      |                     ^
/w/oldcreators/zonzamas/seguridad/player.lpc:1381:1: warning: Unused local variable 'i'
 1381 | }  /* Void heart_beat */
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:1571:1: warning: Unused local variable 'i'
 1571 | }
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:1645:22: warning: Illegal to declare nosave function.
 1645 | nosave int do_refresh(string str) 
      |                      ^
/w/oldcreators/zonzamas/seguridad/player.lpc:1664:20: warning: Illegal to declare nosave function.
 1664 | nosave int refresh2(string str) {
      |                    ^
/w/oldcreators/zonzamas/seguridad/player.lpc:1790:27: warning: Illegal to declare nosave function.
 1790 | nosave int do_clear_screen() {
      |                           ^
/w/oldcreators/zonzamas/lib/combat.lpc:318:1: warning: Unused local variable 'olav'
  318 | }
      | ^
/w/oldcreators/zonzamas/lib/combat.lpc:318:1: warning: Unused local variable 'obs'
  318 | }
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:35:28: warning: Redeclaration of global variable 'fsize'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/lib/player.lpc:35:28: warning: Redeclaration of global variable 'topl'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/lib/player.lpc:35:28: warning: Redeclaration of global variable 'fname'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/lib/player.lpc:35:28: warning: Redeclaration of global variable 'finish_func'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/lib/player.lpc:35:28: warning: Redeclaration of global variable 'stat_line'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/lib/player.lpc:35:28: warning: Redeclaration of global variable 'last_search'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/lib/player.lpc:84:21: warning: Illegal to declare nosave function.
   84 | nosave void set_name(string str);
      |                     ^
/w/oldcreators/zonzamas/lib/player.lpc:238:1: warning: Unused local variable 'i'
  238 | } /* create() */
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:238:1: warning: Unused local variable 'j'
  238 | } /* create() */
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:238:1: warning: Unused local variable 'k'
  238 | } /* create() */
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:317:24: error: Undefined function query_guild_name
  317 |   if (query_guild_name() == "paladin")
      |                        ^
/w/oldcreators/zonzamas/lib/player.lpc:317:38: error: == always false because of incompatible types ( unknown vs string ).
  317 |   if (query_guild_name() == "paladin")
      |                                      ^
/w/oldcreators/zonzamas/lib/player.lpc:319:29: error: Undefined function query_guild_name
  319 |   else if (query_guild_name() =="clerigo de jade")
      |                             ^
/w/oldcreators/zonzamas/lib/player.lpc:319:50: error: == always false because of incompatible types ( unknown vs string ).
  319 |   else if (query_guild_name() =="clerigo de jade")
      |                                                  ^
/w/oldcreators/zonzamas/lib/player.lpc:347:18: error: Undefined variable 'guild_joined'
  347 |     guild_joined += time();
      |                  ^
/w/oldcreators/zonzamas/lib/player.lpc:347:18: error: Illegal lvalue
  347 |     guild_joined += time();
      |                  ^
/w/oldcreators/zonzamas/lib/player.lpc:442:1: warning: Unused local variable 'tmp'
  442 | } /* move_player_to_start() */
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:442:1: warning: Unused local variable 's'
  442 | } /* move_player_to_start() */
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:498:1: warning: Unused local variable 'money'
  498 | } /* start_player() */
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:759:8: warning: Non-void functions must return a value.
  759 |  return;
      |        ^
/w/oldcreators/zonzamas/lib/player.lpc:764:9: warning: Non-void functions must return a value.
  764 |  return ;
      |         ^
/w/oldcreators/zonzamas/lib/player.lpc:769:9: warning: Non-void functions must return a value.
  769 |  return ;
      |         ^
/w/oldcreators/zonzamas/lib/player.lpc:976:21: warning: Illegal to declare nosave function.
  976 | nosave void set_name(string str) {
      |                     ^
/w/oldcreators/zonzamas/lib/player.lpc:1381:1: warning: Unused local variable 'i'
 1381 | }  /* Void heart_beat */
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:1571:1: warning: Unused local variable 'i'
 1571 | }
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:1645:22: warning: Illegal to declare nosave function.
 1645 | nosave int do_refresh(string str) 
      |                      ^
/w/oldcreators/zonzamas/lib/player.lpc:1664:20: warning: Illegal to declare nosave function.
 1664 | nosave int refresh2(string str) {
      |                    ^
/w/oldcreators/zonzamas/lib/player.lpc:1790:27: warning: Illegal to declare nosave function.
 1790 | nosave int do_clear_screen() {
      |                           ^
/w/oldcreators/zonzamas/playero.lpc:1:24: warning: Redeclaration of global variable 'spells'.
    1 |  inherit "/obj/monster";
      |                        ^
/w/oldcreators/zonzamas/wear.lpc:91:19: warning: Non-void functions must return a value.
   91 |     if(!ob) return;
      |                   ^
/w/oldcreators/zonzamas/wear.lpc:112:8: error: syntax error, unexpected L_IDENTIFIER, expecting L_ASSIGN or ';' or '(' or ','
  112 | status wear_ob(object ob) 
      |        ^
/w/oldcreators/krull/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/krull/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/krull/orc.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/krull/comandos/slice.lpc:1: error: Cannot #include /d/gremios/comandos/new_tweaks.h
/w/oldcreators/krull/comandos/slice.lpc:24:34: warning: Non-void functions must return a value.
   24 |    if(me->query_gp() <= 0) return;
      |                                  ^
/w/oldcreators/krull/comandos/slice.lpc:190:1: warning: Unused local variable 'skill'
  190 | }
      | ^
/w/oldcreators/krull/comandos/slice.lpc:190:1: warning: Unused local variable 's1'
  190 | }
      | ^
/w/oldcreators/krull/comandos/slice.lpc:190:1: warning: Unused local variable 'j'
  190 | }
      | ^
/w/oldcreators/krull/comandos/slice.lpc:190:1: warning: Unused local variable 'damage'
  190 | }
      | ^
/w/oldcreators/krull/comandos/slice.lpc:190:1: warning: Unused local variable 'v_round'
  190 | }
      | ^
/w/oldcreators/krull/comandos/slice.lpc:190:1: warning: Unused local variable 'protectr'
  190 | }
      | ^
/w/oldcreators/krull/comandos/slice.lpc:199:33: warning: Non-void functions must return a value.
  199 |    if(me->query_gp() < 3) return;
      |                                 ^
/w/oldcreators/duriel/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/duriel/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/duriel/casa/pasillo.lpc:21:171: error: Bad type for argument 1 of add_item ( string vs mixed * )
   21 |             "Justo cuando estas descolgandolo te empiezan a pitar los oidos increiblemente fuerte y te viene un dolor de cabeza tremendo..... mejor dejalo como estaba.\n");
      |                                                                                                                                                                           ^
/w/oldcreators/duriel/casa/sala_estar.lpc:19:60: error: Bad type for argument 1 of add_item ( string vs mixed * )
   19 |             "Ya se ve que es muy comfortable y caluroso.\n");
      |                                                            ^
/w/oldcreators/duriel/casa/sala_estar.lpc:23:75: error: Bad type for argument 1 of add_item ( string vs mixed * )
   23 |             "Parece que Duriel en su tiempo libre se lo pasa en grande.\n");
      |                                                                           ^
/w/oldcreators/duriel/casa/habitacion_duriel.lpc:21:169: error: Bad type for argument 1 of add_item ( string vs mixed * )
   21 |             "SALES REBOTADO Y TE PEGAS UN MAMPORRO CONTRA LA PARED! Una voz dice, esta cama es solo para Duriel!!!!!! Ni se te ocurra estirarte porque la ensucias!!.\n");
      |                                                                                                                                                                         ^
/w/oldcreators/duriel/casa/habitacion_duriel.lpc:24:73: error: Bad type for argument 1 of add_item ( string vs mixed * )
   24 |             "Es una comoda silla de madera con mosaicos en las patas.\n");
      |                                                                         ^
/w/oldcreators/duriel/casa/habitacion_duriel.lpc:27:172: error: Bad type for argument 1 of add_item ( string vs mixed * )
   27 |             "Esta es la mesa donde Duriel tiene sus papeles con los planos de sus proximas creaciones, parece que ahora esta trabajando en una tal..... Ciudad de Hielo.\n");
      |                                                                                                                                                                            ^
/w/oldcreators/duriel/casa/recibidor.lpc:21:68: error: Bad type for argument 1 of add_item ( string vs mixed * )
   21 |             "Esta decorada con un mosaico con la cara de Duriel.\n");
      |                                                                    ^
/w/oldcreators/duriel/casa/recibidor.lpc:25:111: error: Bad type for argument 1 of add_item ( string vs mixed * )
   25 |             "Mas te valdria haber venido con un buen abrigo de wargo si no quieres pasarlo francamente mal.\n");
      |                                                                                                               ^
/w/oldcreators/duriel/casa/lavabo.lpc:16:82: error: Bad type for argument 1 of add_item ( string vs mixed * )
   16 |             "Un retrete en que en el fondo hay restos de %^RED%^caca%^RESET%^.\n");
      |                                                                                  ^
/w/oldcreators/duriel/casa/lavabo.lpc:20:46: error: Bad type for argument 1 of add_item ( string vs mixed * )
   20 |             "Una banyera enorme de marmol.\n");
      |                                              ^
/w/oldcreators/vulvac/npcs/agricultora.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/vulvac/npcs/agricultor.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/vulvac/hab_eloras.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/vulvac/cultivos/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/oldcreators/vulvac/cultivos/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
/w/oldcreators/prueba/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/oldcreators/prueba/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
/w/oldcreators/aeoris/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/aeoris/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/grimfang/npc/aokorki.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/grimfang/npc/aokorki.lpc:50:16: warning: Number of arguments to 'attack_by' disagrees with previous definition.
   50 |  int attack_by()
      |                ^
/w/oldcreators/grimfang/npc/aokorki.lpc:50:16: warning: Function attack_by inherited from '/obj/monster.lpc' does not match current function in return type ( void vs int )
   50 |  int attack_by()
      |                ^
/w/oldcreators/grimfang/npc/aokorki.lpc:54:17: warning: Number of arguments to 'do_death' disagrees with previous definition.
   54 |  void  do_death()
      |                 ^
/w/oldcreators/grimfang/npc/aokorki.lpc:58:16: warning: Number of arguments to 'attack_ob' disagrees with previous definition.
   58 |  int attack_ob()
      |                ^
/w/oldcreators/grimfang/npc/aokorki.lpc:58:16: warning: Function attack_ob inherited from '/std/living/combat.lpc' does not match current function in return type ( void vs int )
   58 |  int attack_ob()
      |                ^
/w/oldcreators/grimfang/rooms/home/balcon.lpc:71:3: error: syntax error, unexpected L_DEFINED_NAME
   71 |   add_action("beber_elixires","beber")
      |   ^
/w/oldcreators/grimfang/rooms/home/balcon.lpc:84:50: error: syntax error, unexpected L_STRING
   84 |    notify_fail("Solo hay 'manjares' para comer.\n");                                                                               
      |                                                  ^
/w/oldcreators/grimfang/workroom2.lpc:28:3: error: syntax error, unexpected L_DEFINED_NAME
   28 |   add_item("cadena","Una maravilla tecnologica de la era moderna. Con miles de botoncitos que no"
      |   ^
/w/oldcreators/testvilat/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/oldcreators/testvilat/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
/w/oldcreators/testvilat/testvilat/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/oldcreators/testvilat/testvilat/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
/w/oldcreators/blastaar/montanyas_salvajes/npcs/rata.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/blastaar/montanyas_salvajes/npcs/aventurero.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/blastaar/montanyas_salvajes/npcs/ogrobos.lpc:1:27: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster.lpc";
      |                           ^
/w/oldcreators/blastaar/montanyas_salvajes/npcs/murci.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/blastaar/montanyas_salvajes/npcs/ghorothor.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/blastaar/montanyas_salvajes/npcs/mineroex.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/blastaar/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/blastaar/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/sharka/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/sharka/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/sharka/casa/tablon.lpc:2: error: Cannot #include path.h
/w/oldcreators/sharka/casa/tablon.lpc:3: error: Cannot #include config.h
/w/oldcreators/sharka/casa/tablon.lpc:30:31: error: Undefined variable 'DATAFILE'
   30 | board-> set_datafile (DATAFILE);
      |                               ^
/w/oldcreators/sharka/casa/hall.lpc:2: error: Cannot #include path.h
/w/oldcreators/sharka/casa/hall.lpc:3: error: Cannot #include config.h
/w/oldcreators/sharka/casa/hall.lpc:28:11: error: Undefined variable 'guard'
   28 | if (!guard) {
      |           ^
/w/oldcreators/sharka/casa/hall.lpc:63:10: error: Undefined variable 'guard'
   63 | if(!guard) {
      |          ^
/w/oldcreators/sharka/casa/banco.lpc:1: error: Cannot #include path.h
/w/oldcreators/sharka/casa/gamusino.lpc:4:45: error: Undefined function set_short
    4 | set_short("%^BOLD%^WHITE%^GamuSino%^RESET%^");
      |                                             ^
/w/oldcreators/sharka/casa/gamusino.lpc:5:44: error: Undefined function set_name
    5 | set_name("%^BOLD%^WHITE%^GamuSino%^RESET%^");
      |                                            ^
/w/oldcreators/sharka/casa/gamusino.lpc:6:52: error: Undefined function set_main_plural
    6 | set_main_plural("%^BOLD%^WHITE%^GamuSinos%^RESET%^");
      |                                                    ^
/w/oldcreators/sharka/casa/gamusino.lpc:7:47: error: Undefined function add_plural
    7 | add_plural("%^BOLD%^WHITE%^GamuSinos%^RESET%^");
      |                                               ^
/w/oldcreators/sharka/casa/gamusino.lpc:8:21: error: Undefined function add_alias
    8 | add_alias("gamusino");
      |                     ^
/w/oldcreators/sharka/casa/gamusino.lpc:9:22: error: Undefined function add_alias
    9 | add_alias("gamusinos");
      |                      ^
/w/oldcreators/sharka/casa/baul.lpc:2: error: Cannot #include path.h
/w/oldcreators/sharka/casa/baul.lpc:3: error: Cannot #include config.h
/w/oldcreators/sharka/casa/baul.lpc:8:29: error: Undefined variable 'GUILDNAME'
    8 | set_guild_owner( ({GUILDNAME}) );
      |                             ^
/w/oldcreators/sharka/casa/despacho.lpc:53:53: error: Bad type for argument 1 of add_feel ( string vs mixed * )
   53 |      "se adentra en tu cuerpo y lo llena de vida'\n");
      |                                                     ^
/w/oldcreators/sharka/casa/puerta.lpc:2: error: Cannot #include path.h
/w/oldcreators/sharka/casa/puerta.lpc:3: error: Cannot #include config.h
/w/oldcreators/sharka/casa/gallifante.lpc:4:42: error: Undefined function set_short
    4 | set_short("%^YELLOW%^GalliFante%^RESET%^");
      |                                          ^
  note: while loading '/std/pub' inherited by '/w/oldcreators/sharka/casa/bar'
/w/oldcreators/sharka/casa/gallifante.lpc:5:41: error: Undefined function set_name
    5 | set_name("%^YELLOW%^GalliFante%^RESET%^");
      |                                         ^
  note: while loading '/std/pub' inherited by '/w/oldcreators/sharka/casa/bar'
/w/oldcreators/sharka/casa/gallifante.lpc:6:49: error: Undefined function set_main_plural
    6 | set_main_plural("%^YELLOW%^GalliFantes%^RESET%^");
      |                                                 ^
  note: while loading '/std/pub' inherited by '/w/oldcreators/sharka/casa/bar'
/w/oldcreators/sharka/casa/gallifante.lpc:7:44: error: Undefined function add_plural
    7 | add_plural("%^YELLOW%^GalliFantes%^RESET%^");
      |                                            ^
  note: while loading '/std/pub' inherited by '/w/oldcreators/sharka/casa/bar'
/w/oldcreators/sharka/casa/gallifante.lpc:8:23: error: Undefined function add_alias
    8 | add_alias("gallifante");
      |                       ^
  note: while loading '/std/pub' inherited by '/w/oldcreators/sharka/casa/bar'
/w/oldcreators/sharka/casa/gallifante.lpc:9:24: error: Undefined function add_alias
    9 | add_alias("gallifantes");
      |                        ^
  note: while loading '/std/pub' inherited by '/w/oldcreators/sharka/casa/bar'
/w/oldcreators/bystro/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/bystro/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/deceit/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/deceit/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/rise/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/rise/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/prechini/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/prechini/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/arcaltarion/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/arcaltarion/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/weltkrieg/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/weltkrieg/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/xerxes/bosque_main.lpc:42:61: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 |  "inertes: estaticas por la falta de viento que las meza.\n");
      |                                                             ^
/w/oldcreators/xerxes/bosque_main.lpc:47:25: error: Bad type for argument 1 of add_item ( string vs mixed * )
   47 |  "tan poco como a ti.\n");
      |                         ^
/w/oldcreators/xerxes/bosque_main.lpc:50:62: error: Bad type for argument 1 of add_item ( string vs mixed * )
   50 |         "esta cubierto por un denso manto de nubes grises.\n");
      |                                                              ^
/w/oldcreators/xerxes/objs/notepad.lpc:35:11: error: Type of returned value doesn't match function return type ( int vs void )
   35 |   return 1;
      |           ^
/w/oldcreators/xerxes/objs/notepad.lpc:44:11: error: Type of returned value doesn't match function return type ( int vs void )
   44 |   return 1;
      |           ^
/w/oldcreators/xerxes/objs/notepad.lpc:71:11: error: Type of returned value doesn't match function return type ( int vs void )
   71 |   return 1;
      |           ^
/w/oldcreators/xerxes/objs/notepad.lpc:117:11: error: Type of returned value doesn't match function return type ( int vs void )
  117 |   return 1;
      |           ^
/w/oldcreators/xerxes/dummy.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/dummy.lpc:26:15: warning: Number of arguments to 'attack_by' disagrees with previous definition.
   26 | int attack_by()
      |               ^
/w/oldcreators/xerxes/dummy.lpc:26:15: warning: Function attack_by inherited from '/obj/monster.lpc' does not match current function in return type ( void vs int )
   26 | int attack_by()
      |               ^
/w/oldcreators/xerxes/dummy.lpc:30:16: warning: Number of arguments to 'do_death' disagrees with previous definition.
   30 | void  do_death()
      |                ^
/w/oldcreators/xerxes/dummy.lpc:34:16: warning: Number of arguments to 'attack_ob' disagrees with previous definition.
   34 |  int attack_ob()
      |                ^
/w/oldcreators/xerxes/dummy.lpc:34:16: warning: Function attack_ob inherited from '/std/living/combat.lpc' does not match current function in return type ( void vs int )
   34 |  int attack_ob()
      |                ^
/w/oldcreators/xerxes/testmago/npc/brujo_guardian.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/testmago/npc/brujo_guardian.lpc:53:1: warning: Unused local variable 'objeto'
   53 | }/*setup*/
      | ^
/w/oldcreators/xerxes/testmago/npc/discordia.lpc:6:23: warning: Redeclaration of global variable 'spells'.
    6 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/testmago/room/main.lpc:4:19: warning: Redeclaration of global variable 'guildmaster'.
    4 | object guildmaster;
      |                   ^
/w/oldcreators/xerxes/testmago/room/main.lpc:50:32: error: Undefined function set_teaching_person
   50 | set_teaching_person("discordia");
      |                                ^
/w/oldcreators/xerxes/testmago/room/main.lpc:85:22: error: Unable to find the inherited function 'do_advance'.
   85 |  if (::do_advance(str)) {
      |                      ^
/w/oldcreators/xerxes/npc/guardian_anduar.lpc:3: error: Cannot #include path.h
/w/oldcreators/xerxes/npc/guardian_anduar.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/npc/guardian_anduar.lpc:69:1: warning: Unused local variable 'objeto'
   69 | }/*setup*/
      | ^
/w/oldcreators/xerxes/npc/guardian_anduar.lpc:73:61: error: Undefined variable 'TIEMPO'
   73 |    atacante->add_timed_property("guardias_anduar", 1, TIEMPO);
      |                                                             ^
/w/oldcreators/xerxes/npc/aragami.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/npc/nephilim.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/shifter/guild_shifter.lpc:3:19: warning: Redeclaration of global variable 'guildmaster'.
    3 | object guildmaster;
      |                   ^
/w/oldcreators/xerxes/shifter/guild_shifter.lpc:17:29: error: Undefined function set_teaching_person
   17 | set_teaching_person("patric");
      |                             ^
/w/oldcreators/xerxes/shifter/guild_shifter.lpc:52:22: error: Unable to find the inherited function 'do_advance'.
   52 |  if (::do_advance(str)) {
      |                      ^
/w/oldcreators/xerxes/room/a/poblado/poblado18.lpc:14:28: error: Undefined variable 'POBLADO'
   14 |    add_exit("sur", POBLADO + "poblado5.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/a/poblado/poblado11.lpc:13:29: error: Undefined variable 'POBLADO'
   13 |    add_exit("este", POBLADO + "poblado9.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado40.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado41.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/a/poblado/poblado21.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado20.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado23.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado24.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado5.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado6.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado8.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado4.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado28.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado29.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado26.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado25.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/a/poblado/poblado25.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado23.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado13.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado14.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado15.lpc:13:29: error: Undefined variable 'POBLADO'
   13 |    add_exit("este", POBLADO + "poblado14.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado1.lpc:17:30: error: Undefined variable 'POBLADO'
   17 |    add_exit("oeste", POBLADO + "poblado2.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado1.lpc:18:31: error: Undefined variable 'BOSQUE'
   18 |    add_exit("noreste", BOSQUE + "vete_a_saber.lpc", "path");
      |                               ^
/w/oldcreators/xerxes/room/a/poblado/poblado12.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("oeste", POBLADO + "poblado9.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado37.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado36.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado17.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("oeste", POBLADO + "poblado14.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado36.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado35.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/a/poblado/poblado4.lpc:19:30: error: Undefined variable 'POBLADO'
   19 |    add_exit("oeste", POBLADO + "poblado5.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado27.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado26.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado2.lpc:17:29: error: Undefined variable 'POBLADO'
   17 |    add_exit("este", POBLADO + "poblado1.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado35.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado34.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado3.lpc:17:29: error: Undefined variable 'POBLADO'
   17 |    add_exit("este", POBLADO + "poblado2.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado33.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado32.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/a/poblado/poblado32.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado31.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/a/poblado/poblado14.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado16.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado34.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado35.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado20.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado7.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/a/poblado/poblado10.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado9.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado22.lpc:15:33: error: Undefined variable 'POBLADO'
   15 |    add_exit("noroeste", POBLADO + "poblado23.lpc", "path");
      |                                 ^
/w/oldcreators/xerxes/room/a/poblado/poblado29.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado28.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado24.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado23.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/a/poblado/poblado31.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado28.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado30.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado31.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado7.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado20.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado6.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado7.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado19.lpc:14:30: error: Undefined variable 'POBLADO'
   14 |    add_exit("norte", POBLADO + "poblado5.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado39.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado38.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado16.lpc:13:28: error: Undefined variable 'POBLADO'
   13 |    add_exit("sur", POBLADO + "poblado14.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/a/poblado/poblado9.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado8.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado38.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado35.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/bosque/bosque88.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque88.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque129.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque129.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque101.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque101.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque156.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque156.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque47.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque47.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque109.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque109.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque150.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque150.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque83.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque83.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque30.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque30.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque56.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque56.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec25.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec25.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque128.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque128.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque168.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque168.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec48.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec48.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque4.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque4.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque3.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque3.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque118.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque118.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque43.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque43.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque117.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque117.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque21.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque21.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque77.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque77.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque95.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque95.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque74.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque74.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec59.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec59.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque1.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque1.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque31.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque31.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec44.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec44.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque159.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque159.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque148.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque148.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque192.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque192.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec6.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec6.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque184.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque184.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque13.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque13.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec49.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec49.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque35.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque35.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque175.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque175.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque136.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque136.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque99.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque99.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque33.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque33.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque59.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque59.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque188.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque188.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque145.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque145.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque201.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque201.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque196.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque196.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque111.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque111.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque54.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque54.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque38.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque38.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque18.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque18.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec55.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec55.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque102.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque102.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec38.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec38.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque22.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque22.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque127.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque127.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque51.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque51.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque181.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque181.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec24.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec24.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque11.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque11.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque114.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque114.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque14.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque14.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque190.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque190.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec26.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec26.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque36.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque36.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque176.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque176.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque115.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque115.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque9.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque9.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque72.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque72.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque90.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque90.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque39.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque39.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque81.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque81.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec12.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec12.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec9.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec9.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque173.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque173.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque25.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque25.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque147.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque147.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque7.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque7.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque73.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque73.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque26.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque26.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque44.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque44.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec56.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec56.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque143.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque143.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque108.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque108.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque98.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque98.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque79.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque79.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec30.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec30.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque10.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque10.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque96.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque96.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec29.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec29.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec42.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec42.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque16.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque16.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque52.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque52.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque40.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque40.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec16.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec16.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque152.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque152.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque80.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque80.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque153.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque153.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque94.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque94.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque50.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque50.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec34.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec34.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque187.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque187.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec61.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec61.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque87.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque87.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque78.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque78.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque46.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque46.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec31.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec31.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque195.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque195.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque85.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque85.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque48.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque48.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque8.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque8.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque55.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque55.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque17.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque17.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec1.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec1.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque189.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque189.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec41.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec41.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec3.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec3.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque120.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque120.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque160.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque160.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec45.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec45.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque131.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque131.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque42.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque42.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque134.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque134.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque20.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque20.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque178.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque178.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque123.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque123.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque104.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque104.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque6.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque6.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec20.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec20.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec19.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec19.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque163.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque163.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque185.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque185.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec65.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec65.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec14.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec14.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque161.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque161.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque110.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque110.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque166.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque166.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec36.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec36.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque69.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque69.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque142.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque142.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque157.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque157.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec10.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec10.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec28.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec28.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec58.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec58.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque107.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque107.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque197.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque197.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque124.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque124.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque64.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque64.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec53.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec53.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque179.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque179.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque138.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque138.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque194.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque194.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec15.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec15.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec64.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec64.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque126.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque126.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque61.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque61.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque182.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque182.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque149.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque149.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec60.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec60.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec62.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec62.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec37.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec37.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque37.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque37.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque28.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque28.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque171.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque171.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec2.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec2.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque5.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque5.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec17.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec17.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque57.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque57.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque12.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque12.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque180.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque180.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque141.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque141.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec21.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec21.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque45.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque45.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque58.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque58.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque112.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque112.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec54.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec54.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque86.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque86.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque140.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque140.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque65.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque65.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque27.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque27.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec11.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec11.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec57.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec57.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec27.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec27.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque125.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque125.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque121.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque121.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec51.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec51.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque113.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque113.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque71.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque71.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque162.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque162.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque119.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque119.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque41.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque41.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque105.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque105.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec5.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec5.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque174.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque174.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque49.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque49.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque158.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque158.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque155.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque155.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec47.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec47.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec7.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec7.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque24.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque24.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque144.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque144.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque198.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque198.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque29.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque29.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec33.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec33.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec8.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec8.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque53.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque53.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque76.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque76.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec46.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec46.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec39.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec39.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque116.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque116.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque84.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque84.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque68.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque68.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec23.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec23.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque193.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque193.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque62.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque62.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec63.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec63.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec13.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec13.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque151.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque151.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque75.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque75.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque122.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque122.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque67.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque67.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque132.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque132.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec4.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec4.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque103.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque103.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque130.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque130.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque139.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque139.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque200.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque200.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque92.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque92.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque23.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque23.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque186.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque186.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque137.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque137.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque199.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque199.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque135.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque135.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque164.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque164.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque32.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque32.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque15.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque15.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque170.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque170.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque82.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque82.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec22.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec22.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec43.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec43.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec32.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec32.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque154.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque154.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec18.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec18.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque19.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque19.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec52.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec52.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec66.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec66.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque106.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque106.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque66.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque66.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque70.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque70.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec35.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec35.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque100.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque100.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque89.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque89.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque93.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque93.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque60.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque60.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec50.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec50.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque191.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque191.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque167.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque167.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque183.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque183.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque133.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque133.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque146.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque146.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque97.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque97.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque165.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque165.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque91.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque91.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec40.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec40.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque172.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque172.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque63.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque63.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque34.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque34.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/poblado/poblado18.lpc:14:28: error: Undefined variable 'POBLADO'
   14 |    add_exit("sur", POBLADO + "poblado5.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/poblado/poblado11.lpc:13:29: error: Undefined variable 'POBLADO'
   13 |    add_exit("este", POBLADO + "poblado9.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado40.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado41.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/poblado/poblado21.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado20.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado23.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado24.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado5.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado6.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado8.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado4.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado28.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado29.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado26.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado25.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/poblado/poblado25.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado23.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado13.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado14.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado15.lpc:13:29: error: Undefined variable 'POBLADO'
   13 |    add_exit("este", POBLADO + "poblado14.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado1.lpc:17:30: error: Undefined variable 'POBLADO'
   17 |    add_exit("oeste", POBLADO + "poblado2.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado1.lpc:18:31: error: Undefined variable 'BOSQUE'
   18 |    add_exit("noreste", BOSQUE + "vete_a_saber.lpc", "path");
      |                               ^
/w/oldcreators/xerxes/room/poblado/poblado12.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("oeste", POBLADO + "poblado9.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado37.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado36.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado17.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("oeste", POBLADO + "poblado14.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado36.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado35.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/poblado/poblado4.lpc:19:30: error: Undefined variable 'POBLADO'
   19 |    add_exit("oeste", POBLADO + "poblado5.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado27.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado26.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado2.lpc:17:29: error: Undefined variable 'POBLADO'
   17 |    add_exit("este", POBLADO + "poblado1.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado35.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado34.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado3.lpc:17:29: error: Undefined variable 'POBLADO'
   17 |    add_exit("este", POBLADO + "poblado2.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado33.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado32.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/poblado/poblado32.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado31.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/poblado/poblado14.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado16.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado34.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado35.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado20.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado7.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/poblado/poblado10.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado9.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado22.lpc:15:33: error: Undefined variable 'POBLADO'
   15 |    add_exit("noroeste", POBLADO + "poblado23.lpc", "path");
      |                                 ^
/w/oldcreators/xerxes/room/poblado/poblado29.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado28.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado24.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado23.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/poblado/poblado31.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado28.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado30.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado31.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado7.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado20.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado6.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado7.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado19.lpc:14:30: error: Undefined variable 'POBLADO'
   14 |    add_exit("norte", POBLADO + "poblado5.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado39.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado38.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado16.lpc:13:28: error: Undefined variable 'POBLADO'
   13 |    add_exit("sur", POBLADO + "poblado14.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/poblado/poblado9.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado8.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado38.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado35.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/obj/cabeza.lpc:26:23: warning: Number of arguments to 'do_leer' disagrees with previous definition.
   26 | int do_leer(string que)
      |                       ^
/w/oldcreators/xerxes/urghak/npc/ogro_ciego.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/urghak/npc/serpiente.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/urghak/npc/cuervo.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/urghak/npc/lobo.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado18.lpc:14:28: error: Undefined variable 'POBLADO'
   14 |    add_exit("sur", POBLADO + "poblado5.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado11.lpc:13:29: error: Undefined variable 'POBLADO'
   13 |    add_exit("este", POBLADO + "poblado9.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado40.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado41.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado21.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado20.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado23.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado24.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado5.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado6.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado8.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado4.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado28.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado29.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado26.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado25.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado25.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado23.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado13.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado14.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado15.lpc:13:29: error: Undefined variable 'POBLADO'
   13 |    add_exit("este", POBLADO + "poblado14.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado1.lpc:17:30: error: Undefined variable 'POBLADO'
   17 |    add_exit("oeste", POBLADO + "poblado2.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado1.lpc:18:31: error: Undefined variable 'BOSQUE'
   18 |    add_exit("noreste", BOSQUE + "vete_a_saber.lpc", "path");
      |                               ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado12.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("oeste", POBLADO + "poblado9.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado37.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado36.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado17.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("oeste", POBLADO + "poblado14.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado36.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado35.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado4.lpc:19:30: error: Undefined variable 'POBLADO'
   19 |    add_exit("oeste", POBLADO + "poblado5.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado27.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado26.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado2.lpc:17:29: error: Undefined variable 'POBLADO'
   17 |    add_exit("este", POBLADO + "poblado1.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado35.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado34.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado3.lpc:17:29: error: Undefined variable 'POBLADO'
   17 |    add_exit("este", POBLADO + "poblado2.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado33.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado32.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado32.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado31.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado14.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado16.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado34.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado35.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado20.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado7.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado10.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado9.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado22.lpc:15:33: error: Undefined variable 'POBLADO'
   15 |    add_exit("noroeste", POBLADO + "poblado23.lpc", "path");
      |                                 ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado29.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado28.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado24.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado23.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado31.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado28.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado30.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado31.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado7.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado20.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado6.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado7.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado19.lpc:14:30: error: Undefined variable 'POBLADO'
   14 |    add_exit("norte", POBLADO + "poblado5.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado39.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado38.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado16.lpc:13:28: error: Undefined variable 'POBLADO'
   13 |    add_exit("sur", POBLADO + "poblado14.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado9.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado8.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado38.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado35.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/bosque/bosque_main.lpc:42:61: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 |  "inertes: estaticas por la falta de viento que las meza.\n");
      |                                                             ^
  note: while loading '/w/xerxes/urghak/room/bosque/bosque_main' inherited by '/w/oldcreators/xerxes/urghak/room/bosque/bosque94'
/w/oldcreators/xerxes/urghak/room/bosque/bosque_main.lpc:47:25: error: Bad type for argument 1 of add_item ( string vs mixed * )
   47 |  "tan poco como a ti.\n");
      |                         ^
  note: while loading '/w/xerxes/urghak/room/bosque/bosque_main' inherited by '/w/oldcreators/xerxes/urghak/room/bosque/bosque94'
/w/oldcreators/xerxes/urghak/room/bosque/bosque_main.lpc:50:62: error: Bad type for argument 1 of add_item ( string vs mixed * )
   50 |         "esta cubierto por un denso manto de nubes grises.\n");
      |                                                              ^
  note: while loading '/w/xerxes/urghak/room/bosque/bosque_main' inherited by '/w/oldcreators/xerxes/urghak/room/bosque/bosque94'
/w/oldcreators/andorogynus/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
  note: while loading '/w/xerxes/urghak/room/bosque/bosque_main' inherited by '/w/oldcreators/xerxes/urghak/room/bosque/bosque34'
/w/oldcreators/andorogynus/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
  note: while loading '/w/xerxes/urghak/room/bosque/bosque_main' inherited by '/w/oldcreators/xerxes/urghak/room/bosque/bosque34'
/w/oldcreators/andorogynus/zona/obj/notepad.lpc:36:11: error: Type of returned value doesn't match function return type ( int vs void )
   36 |   return 1;
      |           ^
/w/oldcreators/andorogynus/zona/obj/notepad.lpc:45:11: error: Type of returned value doesn't match function return type ( int vs void )
   45 |   return 1;
      |           ^
/w/oldcreators/andorogynus/zona/obj/notepad.lpc:72:11: error: Type of returned value doesn't match function return type ( int vs void )
   72 |   return 1;
      |           ^
/w/oldcreators/andorogynus/zona/obj/notepad.lpc:118:11: error: Type of returned value doesn't match function return type ( int vs void )
  118 |   return 1;
      |           ^
/w/oldcreators/andorogynus/zona/obj/kit_comunicaciones.lpc:222:1: warning: Unused local variable 'env'
  222 | }
      | ^
/w/oldcreators/andorogynus/zona/obj/kit_comunicaciones.lpc:534:1: warning: Unused local variable 'rank'
  534 | }
      | ^
/w/oldcreators/andorogynus/zona/obj/kit_comunicaciones.lpc:534:1: warning: Unused local variable 'dom'
  534 | }
      | ^
/w/oldcreators/klendor/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/klendor/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/karndaragh/bestia.lpc:3: error: Cannot #include ./../path.h
/w/oldcreators/karndaragh/bestia.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/karndaragh/bestia.lpc:42:18: warning: Number of arguments to 'event_enter' disagrees with previous definition.
   42 | void event_enter()
      |                  ^
/w/oldcreators/karndaragh/bestia.lpc:53:6: error: Undefined variable 'CREATOR'
   53 |      && obj[i]->query_name() !="estigio"
      |      ^
/w/oldcreators/karndaragh/templo.lpc:27:108: error: Bad type for argument 1 of add_item ( string vs mixed * )
   27 |             " al igual que el yelmo su rostro, y empuñando de forma amenazadora una espada y un escudo.\n");
      |                                                                                                            ^
/w/oldcreators/karndaragh/jardin.lpc:27:105: error: Bad type for argument 1 of add_item ( string vs mixed * )
   27 |    add_item(({"fortaleza","castillo"}),"Un enorme castillo de piedra se alza alrededor de la maleza. \n");
      |                                                                                                         ^
/w/oldcreators/karndaragh/jardin.lpc:31:78: error: Bad type for argument 1 of add_item ( string vs mixed * )
   31 |             "y parece como si la sombra de la muerte planeara sobre ellos.\n");
      |                                                                              ^
/w/oldcreators/jerkat/valle_dragon/item/pan_envasado.lpc:26:12: error: Type of returned value doesn't match function return type ( int vs void )
   26 |    return 1;
      |            ^
/w/oldcreators/jerkat/valle_dragon/nopc/levoi.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
  note: while loading '/w/jerkat/valle_dragon/room/valle_dragon' inherited by '/w/oldcreators/jerkat/valle_dragon/room/valle_18'
/w/oldcreators/jerkat/valle_dragon/nopc/ladron_trior.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/hab_valle.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster"; //  falta ver que tiene ese archivo y si esta..... //
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/mercader_trior.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/mercader_trior.lpc:30:1: warning: Unused local variable 'objeto'
   30 | }/*setup*/
      | ^
/w/oldcreators/jerkat/valle_dragon/nopc/mosquito.lpc:3:22: warning: Redeclaration of global variable 'spells'.
    3 | inherit "obj/monster"; // se tiene que mirar que hay aki... //
      |                      ^
/w/oldcreators/jerkat/valle_dragon/nopc/dummy.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/dummy.lpc:3: warning: Macro 'ENV' redefined
  note: previous definition of 'ENV' was at /include/standard.h:21
/w/oldcreators/jerkat/valle_dragon/nopc/dummy.lpc:33:15: warning: Number of arguments to 'attack_by' disagrees with previous definition.
   33 | int attack_by()
      |               ^
/w/oldcreators/jerkat/valle_dragon/nopc/dummy.lpc:33:15: warning: Function attack_by inherited from '/obj/monster.lpc' does not match current function in return type ( void vs int )
   33 | int attack_by()
      |               ^
/w/oldcreators/jerkat/valle_dragon/nopc/dummy.lpc:37:16: warning: Number of arguments to 'do_death' disagrees with previous definition.
   37 | void  do_death()
      |                ^
/w/oldcreators/jerkat/valle_dragon/nopc/dummy.lpc:41:16: warning: Number of arguments to 'attack_ob' disagrees with previous definition.
   41 |  int attack_ob()
      |                ^
/w/oldcreators/jerkat/valle_dragon/nopc/dummy.lpc:41:16: warning: Function attack_ob inherited from '/std/living/combat.lpc' does not match current function in return type ( void vs int )
   41 |  int attack_ob()
      |                ^
/w/oldcreators/jerkat/valle_dragon/nopc/guardia_trior_dentro.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster"; //  falta ver que tiene ese archivo y si esta..... //
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/guardia_arquero.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster"; //  falta ver que tiene ese archivo y si esta..... //
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/chevoi.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/hab_trior.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster"; //  falta ver que tiene ese archivo y si esta..... //
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/guardia_trior.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster"; //  falta ver que tiene ese archivo y si esta..... //
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/guardia_poblado.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster"; //  falta ver que tiene ese archivo y si esta..... //
      |                       ^
/w/oldcreators/jerkat/workroom.lpc:38:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   38 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/jerkat/workroom.lpc:43:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   43 |       "for the room.\n");
      |                        ^
/w/oldcreators/repand/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/repand/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/vargath/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/oldcreators/vargath/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
/w/oldcreators/yihad/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/yihad/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/yihad/espada_sanguinaria2.lpc:100:61: warning: Number of arguments to 'weapon_attack' disagrees with previous definition.
  100 | int weapon_attack(object defdr, object atckr,int damage_roll)
      |                                                             ^
/w/oldcreators/yihad/pruebas/pociones/roja.lpc:34:12: error: Type of returned value doesn't match function return type ( int vs void )
   34 |    return 1;
      |            ^
/w/oldcreators/yihad/pruebas/comida/pan.lpc:33:12: error: Type of returned value doesn't match function return type ( int vs void )
   33 |    return 1;
      |            ^
/w/oldcreators/yihad/pruebas/comida/pera.lpc:33:12: error: Type of returned value doesn't match function return type ( int vs void )
   33 |    return 1;
      |            ^
/w/oldcreators/tester/tester/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/oldcreators/tester/tester/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
/w/oldcreators/tester/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/tester/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/kume/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/kume/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/shadowbeam/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/shadowbeam/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/baiken/npcs/galiak.lpc:6:23: warning: Redeclaration of global variable 'spells'.
    6 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/glonurg.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/glonurg.lpc:85:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
   85 | int query_res(){ return 45; } 
      |               ^
/w/oldcreators/baiken/npcs/lebeau.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/baiken/npcs/sinan.lpc:1: error: Cannot #include path.h
/w/oldcreators/baiken/npcs/sinan.lpc:2:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    2 | inherit NPCS+"asesinos";
      |         ^
/w/oldcreators/baiken/npcs/xhork.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/golvag.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/golvag.lpc:125:27: warning: Number of arguments to 'event_enter' disagrees with previous definition.
  125 | void event_enter(object ob)
      |                           ^
/w/oldcreators/baiken/npcs/golvag.lpc:136:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
  136 | int query_res() { return 55; }
      |               ^
/w/oldcreators/baiken/npcs/patric.lpc:1: error: Cannot #include var.h
/w/oldcreators/baiken/npcs/patric.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/patric.lpc:3:38: warning: Redeclaration of global variable 'value'.
    3 | inherit "/std/basic/respond_give.lpc";
      |                                      ^
/w/oldcreators/baiken/npcs/patric.lpc:7: error: Cannot #include sanarse.h
/w/oldcreators/baiken/npcs/patric.lpc:49:20: error: Undefined variable 'P_ITEMS'
   49 |   add_clone(P_ITEMS+"bondad",1);
      |                    ^
/w/oldcreators/baiken/npcs/patric.lpc:146:13: error: Type of returned value doesn't match function return type ( int vs void )
  146 |     return 1;
      |             ^
/w/oldcreators/baiken/npcs/patric.lpc:152:24: error: Type of returned value doesn't match function return type ( int vs void )
  152 |   if (!Objeto) return 1;
      |                        ^
/w/oldcreators/baiken/npcs/patric.lpc:177:21: error: Type of returned value doesn't match function return type ( int vs void )
  177 |     if (environment(TO)!=environment(ob)) return 1;
      |                     ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/w/oldcreators/baiken/npcs/guillermo.lpc:6:22: warning: Redeclaration of global variable 'spells'.
    6 | inherit "obj/monster"; 
      |                      ^
/w/oldcreators/baiken/npcs/guillermo.lpc:222:1: warning: Unused local variable 'sombra'
  222 | }
      | ^
/w/oldcreators/baiken/npcs/shandril.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/armadin.lpc:4: error: Cannot #include path.h
/w/oldcreators/baiken/npcs/armadin.lpc:6:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    6 | inherit NPCS+"asesinos";
      |         ^
/w/oldcreators/baiken/npcs/gabriel.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/gabriel.lpc:2: error: Cannot #include ../../path.h
/w/oldcreators/baiken/npcs/gabriel.lpc:88:18: error: Undefined variable 'items'
   88 |   add_clone(items+"mcloak.lpc",1);
      |                  ^
/w/oldcreators/baiken/npcs/gabriel.lpc:109:1: warning: Unused local variable 'target'
  109 | }
      | ^
/w/oldcreators/baiken/npcs/gabriel.lpc:109:1: warning: Unused local variable 'i'
  109 | }
      | ^
/w/oldcreators/baiken/npcs/gabriel.lpc:124:21: error: Type of returned value doesn't match function return type ( int vs void )
  124 | return(::do_death());
      |                     ^
/w/oldcreators/baiken/npcs/targahs.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/targahs.lpc:6: error: Cannot #include /d/oficios/clerigos/shaman/comando/no_muerto.lpc
/w/oldcreators/baiken/npcs/targahs.lpc:13:7: warning: Redeclaration of global variable 'hp'.
   13 | int hp;
      |       ^
/w/oldcreators/baiken/npcs/targahs.lpc:47:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
   47 | int query_res() {return 25;}
      |               ^
/w/oldcreators/baiken/npcs/oxi.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/oxi.lpc:3: error: Cannot #include /d/oficios/guerreros/lagartos/npcs/path.h
/w/oldcreators/baiken/npcs/oxi.lpc:37:20: error: Undefined variable 'LAGARTO'
   37 |   add_clone(LAGARTO+"yelmo",1);
      |                    ^
/w/oldcreators/baiken/npcs/oxi.lpc:38:25: error: Undefined variable 'LAGARTO_ARMA'
   38 |   add_clone(LAGARTO_ARMA+"tridente",1);
      |                         ^
/w/oldcreators/baiken/npcs/marvik.lpc:3: error: Cannot #include path.h
/w/oldcreators/baiken/npcs/marvik.lpc:4:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    4 | inherit NPCS+"wizard";
      |         ^
/w/oldcreators/baiken/npcs/yavahne.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/yavahne.lpc:32:20: error: Undefined variable 'ARMADURA'
   32 |  add_clone(ARMADURA+"cuero_elfico.lpc",1);
      |                    ^
/w/oldcreators/baiken/npcs/thrug.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/thrug.lpc:34:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
   34 | int query_res() {return 40;}
      |               ^
/w/oldcreators/baiken/npcs/thrug.lpc:75:13: error: Bad argument 2 to efun present()
   75 | ,entrenador))
      |             ^
/include/standard.h:21:9: note: expanded from macro 'ENV'
   21 | #define ENV(XXX)     environment(XXX)
      |         ^
/w/oldcreators/baiken/npcs/thrug.lpc:77:3: error: Bad argument 1 to efun environment()
   77 | );
      |   ^
/include/standard.h:21:9: note: expanded from macro 'ENV'
   21 | #define ENV(XXX)     environment(XXX)
      |         ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/w/oldcreators/baiken/npcs/turgon.lpc:4: error: Cannot #include /d/oficios/guerreros/drowwarrior/path.h
/w/oldcreators/baiken/npcs/turgon.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/turgon.lpc:7:43: warning: Number of arguments to 'event_enter' disagrees with previous definition.
    7 | void event_enter(object ob, string message)
      |                                           ^
/w/oldcreators/baiken/npcs/jorbud.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/jorbud.lpc:38:24: error: Undefined variable 'ITEMS'
   38 |         add_clone(ITEMS+"lanza_cel",1);
      |                        ^
/w/oldcreators/baiken/npcs/nuggler.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/nuggler.lpc:115:42: warning: Number of arguments to 'event_enter' disagrees with previous definition.
  115 | void event_enter(object quien,string mess)
      |                                          ^
/w/oldcreators/baiken/npcs/baenre.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster"; 
      |                       ^
/w/oldcreators/baiken/npcs/baenre.lpc:10:42: warning: Number of arguments to 'event_enter' disagrees with previous definition.
   10 | void event_enter(object ob,string mensaje)
      |                                          ^
/w/oldcreators/baiken/npcs/vinglet.lpc:5:22: warning: Redeclaration of global variable 'spells'.
    5 | inherit "obj/monster";
      |                      ^
/w/oldcreators/baiken/npcs/vinglet.lpc:73:18: error: Undefined variable 'LOGS'
   73 |   write_file(LOGS+"forja.log",CNAME+" almaceno un "+mineral[0]->query_short()+" en "+ctime(time())+".\n");
      |                  ^
/w/oldcreators/baiken/npcs/vinglet.lpc:122:23: error: Undefined variable 'ARMAS'
  122 |     clone_object(ARMAS+"espada_laen")->move(ENV(TP));
      |                       ^
/w/oldcreators/baiken/npcs/vinglet.lpc:125:23: error: Undefined variable 'ARMAS'
  125 |     clone_object(ARMAS+"espada_laen")->move(TP);
      |                       ^
/w/oldcreators/baiken/npcs/vinglet.lpc:127:19: error: Undefined variable 'LOGS'
  127 |    write_file(LOGS+"espada_laen.log","El "+TP->query_guild_name()+", "+TP->query_level()+" nivel, "+TP->query_cap_name()+", fabrico una espada de laen el "+ctime(time())+".\n",0);
      |                   ^
/w/oldcreators/baiken/npcs/nain.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/nain.lpc:49:33: error: syntax error, unexpected L_STRING
   49 |   add_clone(ITEMS"hacha_mith_tru",1);
      |                                 ^
/w/oldcreators/baiken/npcs/nain.lpc:67:22: error: Undefined variable 'me'
   67 |    lista=(object *)me->query_attacker_list();
      |                      ^
/w/oldcreators/baiken/npcs/nain.lpc:67:45: error: syntax error, unexpected ';'
   67 |    lista=(object *)me->query_attacker_list();
      |                                             ^
/w/oldcreators/baiken/npcs/nain.lpc:68:25: error: Undefined variable 'lista'
   68 |    i=random(sizeof(lista));
      |                         ^
/w/oldcreators/baiken/npcs/nain.lpc:68:27: error: syntax error, unexpected ';'
   68 |    i=random(sizeof(lista));
      |                           ^
/w/oldcreators/baiken/npcs/nain.lpc:76:38: error: syntax error, unexpected L_STRING
   76 |     wep=clone_object(ITEMS"hacha_mith");
      |                                      ^
/w/oldcreators/baiken/npcs/sean.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/sean.lpc:3: error: Cannot #include path.h
/w/oldcreators/baiken/npcs/sean.lpc:23:41: error: Unable to find the inherited function 'event_exit'.
   23 |     return ::event_exit(ob,mensaje,donde);
      |                                         ^
/w/oldcreators/baiken/npcs/sean.lpc:121:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
  121 | int query_res(){ return 68; }
      |               ^
/w/oldcreators/baiken/npcs/juraviel.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/juraviel.lpc:48:18: error: Undefined variable 'ARMAS'
   48 |   add_clone(ARMAS+"elf_sword.lpc",2);
      |                  ^
/w/oldcreators/baiken/npcs/juraviel.lpc:49:21: error: Undefined variable 'ARMADURA'
   49 |   add_clone(ARMADURA+"malla.lpc",1);
      |                     ^
/w/oldcreators/baiken/npcs/juraviel.lpc:86:24: error: Undefined variable 'HANDLER_Q_DANZA'
   86 |      if(HANDLER_Q_DANZA->query_trama()<2)
      |                        ^
/w/oldcreators/baiken/npcs/juraviel.lpc:115:19: error: Undefined variable 'LOGS'
  115 |    write_file(LOGS+habilidad+".log",quien->query_cap_name()+" el "+quien->query_level()+
      |                   ^
/w/oldcreators/baiken/npcs/juraviel.lpc:122:41: error: Unable to find the inherited function 'event_exit'.
  122 |  return ::event_exit(quien,mensaje,donde);
      |                                         ^
/w/oldcreators/baiken/npcs/arturo.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/arturo.lpc:5: error: Cannot #include /d/oficios/guerreros/normal/npcs/path.h
/w/oldcreators/baiken/npcs/arturo.lpc:96:16: error: Type of returned value doesn't match function return type ( int vs void )
   96 |        return 1;
      |                ^
/w/oldcreators/baiken/npcs/arturo.lpc:184:39: error: Unable to find the inherited function 'event_exit'.
  184 |   return ::event_exit(ob,mensaje,donde);
      |                                       ^
/w/oldcreators/baiken/npcs/arturo.lpc:188:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
  188 | int query_res() { return 65; }
      |               ^
/w/oldcreators/baiken/npcs/gathe.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/erindis.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/erindis.lpc:4: error: Cannot #include ../../path.h
/w/oldcreators/baiken/npcs/erindis.lpc:95:18: error: Undefined variable 'items'
   95 |   add_clone(items+"mcloak.lpc",1);
      |                  ^
/w/oldcreators/baiken/npcs/erindis.lpc:118:1: warning: Unused local variable 'target'
  118 | }
      | ^
/w/oldcreators/baiken/npcs/erindis.lpc:118:1: warning: Unused local variable 'i'
  118 | }
      | ^
/w/oldcreators/baiken/npcs/erindis.lpc:128:21: error: Type of returned value doesn't match function return type ( int vs void )
  128 | return(::do_death());
      |                     ^
/w/oldcreators/baiken/npcs/darhazad.lpc:3:22: warning: Redeclaration of global variable 'spells'.
    3 | inherit "obj/monster";
      |                      ^
/w/oldcreators/baiken/npcs/darhazad.lpc:77:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
   77 | int query_res()
      |               ^
/w/oldcreators/baiken/npcs/lorthen.lpc:3: error: Cannot #include path.h
/w/oldcreators/baiken/npcs/lorthen.lpc:4:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    4 | inherit NPCS+"wizard";
      |         ^
/w/oldcreators/baiken/npcs/daath.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/daath.lpc:55:15: warning: Number of arguments to 'query_res' disagrees with previous definition.
   55 | int query_res(){ return 33+roll(3,11);}
      |               ^
/w/oldcreators/baiken/npcs/daath.lpc:56:40: warning: Number of arguments to 'event_enter' disagrees with previous definition.
   56 | void event_enter(object ob, string mess)
      |                                        ^
/w/oldcreators/baiken/npcs/raignok.lpc:8:23: warning: Redeclaration of global variable 'spells'.
    8 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/raignok.lpc:64:19: error: Undefined variable 'ROOMS'
   64 |    add_clone(ROOMS+"items/yelmo_punzante",1);
      |                   ^
/w/oldcreators/baiken/npcs/raignok.lpc:71:32: error: Wrong number of arguments to 'adjust_hp', expected: 3, minimum: 3, got: 2.
   71 |       adjust_hp(query_max_hp(),TO);
      |                                ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/w/oldcreators/baiken/npcs/leehva.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/leehva.lpc:33:24: error: Undefined variable 'ITEMS'
   33 |         add_clone(ITEMS+"esp_astral",1);
      |                        ^
/w/oldcreators/baiken/npcs/elkhar.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/elkhar.lpc:37:18: error: Undefined variable 'ITEMS'
   37 |   add_clone(ITEMS+"capa_w",1);
      |                  ^
/w/oldcreators/baiken/npcs/sargon.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/baiken/npcs/sargon.lpc:48:17: error: Undefined variable 'ARMAS'
   48 |  add_clone(ARMAS+"elf_sword",2);
      |                 ^
/w/oldcreators/baiken/npcs/sargon.lpc:49:20: error: Undefined variable 'ARMADURA'
   49 |  add_clone(ARMADURA+"cuero_elfico",1);
      |                    ^
/w/oldcreators/baiken/npcs/fistandantilus.lpc:4: error: Cannot #include path.h
/w/oldcreators/baiken/npcs/fistandantilus.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit NPCS+"wizard";
      |         ^
/w/oldcreators/baiken/npcs/helrek.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/helrek.lpc:92:22: error: Undefined variable 'ITEMS'
   92 |       add_clone(ITEMS+"cota_itzalak",1);
      |                      ^
/w/oldcreators/baiken/npcs/ghaz.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/ghaz.lpc:3: error: Cannot #include no_muerto.lpc
/w/oldcreators/baiken/npcs/wizard.lpc:3: error: Cannot #include hechizos.h
/w/oldcreators/baiken/npcs/wizard.lpc:4: error: Cannot #include path.h
/w/oldcreators/baiken/npcs/wizard.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/wizard.lpc:65:105: error: Undefined function REDUCIR
   65 |     if (att->query_property("flipped") && !att->query_property("disminuido")) REDUCIR(att->query_name(),TO,0);
      |                                                                                                         ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/w/oldcreators/baiken/npcs/wizard.lpc:80:31: error: Undefined variable 'NPCS'
   80 |   sombras[i]=clone_object(NPCS+"sombra");
      |                               ^
/w/oldcreators/baiken/npcs/wizard.lpc:85:10: error: Undefined function ESPEJO
   85 |     if (!TO->query_mirror_spell() && NO_MAGO && !random(8)) ESPEJO(query_name(),TO,0);
      |          ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/w/oldcreators/baiken/npcs/wizard.lpc:86:10: error: Undefined function AURA
   86 |     if (!TO->query_spirit_armour_spell() && NO_MAGO) AURA(query_name(),TO,0);
      |          ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/include/standard.h:20:9: note: expanded from macro 'TO'
   20 | #define TO           this_object()
      |         ^
/w/oldcreators/baiken/npcs/wizard.lpc:92:31: warning: Number of arguments to 'adjust_hp' disagrees with previous definition.
   92 | int adjust_hp(int i,object att)
      |                               ^
/w/oldcreators/baiken/npcs/grahs.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/grahs.lpc:6: error: Cannot #include no_muerto.lpc
/w/oldcreators/baiken/npcs/grahs.lpc:102:37: warning: Number of arguments to 'do_death' disagrees with previous definition.
  102 | int do_death(object ob, object * obs)
      |                                     ^
/w/oldcreators/baiken/npcs/grong.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/baiken/npcs/grong.lpc:37:27: error: syntax error, unexpected L_STRING
   37 |    add_clone(ITEMS"cadenas",1);
      |                           ^
/w/oldcreators/baiken/workroom.lpc:52:55: error: Bad type for argument 1 of add_item ( string vs mixed * )
   52 |            "mas las miras, mas incomodo te sientes.\n");
      |                                                       ^
/w/oldcreators/baiken/comandos/aplastar.lpc:93:10: warning: Non-void functions must return a value.
   93 |    return;
      |          ^
/w/oldcreators/baiken/comandos/furia.lpc:110:2: warning: Unused local variable 'i'
  110 |  }
      |  ^
/w/oldcreators/baiken/comandos/hunt.lpc:131:1: warning: Unused local variable 'damage'
  131 | }
      | ^
/w/oldcreators/baiken/comandos/despellejar.lpc:68:2: warning: Unused local variable 'calidad'
   68 |  }
      |  ^
/w/oldcreators/baiken/bicho_sirio.lpc:5:22: warning: Redeclaration of global variable 'spells'.
    5 | inherit "obj/monster";
      |                      ^
/w/oldcreators/baiken/kit.lpc:247:1: warning: Unused local variable 'env'
  247 | }
      | ^
/w/oldcreators/baiken/kit.lpc:570:1: warning: Unused local variable 'rank'
  570 | }
      | ^
/w/oldcreators/baiken/kit.lpc:570:1: warning: Unused local variable 'dom'
  570 | }
      | ^
/w/oldcreators/kaerf/human/rooms/d00.lpc:21:71: error: Bad type for argument 1 of add_item ( string vs mixed * )
   21 |     "construccion de este embarcadero, muchas de ellas estan rotas.\n");
      |                                                                       ^
  note: while loading '/d/newbie/human/rooms/jungle' inherited by '/w/oldcreators/kaerf/human/rooms/j04'
/w/oldcreators/kaerf/human/rooms/v05.lpc:33:53: error: Bad type for argument 1 of add_item ( string vs mixed * )
   33 |  "es donde los cuerpos son examinados y tratados.\n");
      |                                                     ^
  note: while loading '/d/newbie/human/rooms/rock' inherited by '/w/oldcreators/kaerf/human/rooms/r03'
/w/oldcreators/kaerf/human/rooms/v07.lpc:20:71: error: Bad type for argument 1 of add_item ( string vs mixed * )
   20 |     "algo que huele a pescado en conserva, pero otros estan vacios.\n");
      |                                                                       ^
  note: while loading '/std/shop' inherited by '/w/oldcreators/kaerf/human/rooms/v02'
/w/oldcreators/kaerf/human/rooms/v07.lpc:27:52: error: Bad type for argument 1 of add_item ( string vs mixed * )
   27 |     "que conduce al bar en la taverna de arriba.\n");
      |                                                    ^
  note: while loading '/std/shop' inherited by '/w/oldcreators/kaerf/human/rooms/v02'
/w/oldcreators/kaerf/human/rooms/v07.lpc:29:84: error: Bad type for argument 1 of add_item ( string vs mixed * )
   29 |     add_item(({"pared","paredes"}),"No ves nada especial en estas paredes lisas.\n");
      |                                                                                    ^
  note: while loading '/std/shop' inherited by '/w/oldcreators/kaerf/human/rooms/v02'
/w/oldcreators/kaerf/human/rooms/h00.lpc:25:79: error: Bad type for argument 1 of add_item ( string vs mixed * )
   25 |       "sanos no obstante, y tienen largas lianas enredadas en sus troncos. \n");
      |                                                                               ^
  note: while loading '/d/newbie/human/rooms/track' inherited by '/w/oldcreators/kaerf/human/rooms/t04'
/w/oldcreators/kaerf/human/rooms/h00.lpc:27:76: error: Bad type for argument 1 of add_item ( string vs mixed * )
   27 |       "En caso de necesitar una cuerda, estas lianas podrian ser utiles.\n");
      |                                                                            ^
  note: while loading '/d/newbie/human/rooms/track' inherited by '/w/oldcreators/kaerf/human/rooms/t04'
/w/oldcreators/kaerf/human/rooms/h00.lpc:30:61: error: Bad type for argument 1 of add_item ( string vs mixed * )
   30 |       "como uno de esos faros de los que has oido hablar.\n");
      |                                                             ^
  note: while loading '/d/newbie/human/rooms/track' inherited by '/w/oldcreators/kaerf/human/rooms/t04'
/w/oldcreators/kaerf/human/rooms/pit.lpc:30:21: error: Bad type for argument 1 of add_item ( string vs mixed * )
   30 |     "a salpicar. \n");
      |                     ^
  note: while loading '/d/newbie/human/rooms/track' inherited by '/w/oldcreators/kaerf/human/rooms/t02'
/w/oldcreators/kaerf/human/rooms/g00.lpc:26:46: error: Bad type for argument 1 of add_item ( string vs mixed * )
   26 |     " en el han construido un gran portal.\n");
      |                                              ^
  note: while loading '/d/newbie/human/rooms/rock' inherited by '/w/oldcreators/kaerf/human/rooms/r02'
/w/oldcreators/kaerf/human/rooms/g00.lpc:29:83: error: Bad type for argument 1 of add_item ( string vs mixed * )
   29 |     "Para examinarla mejor tendrias que desclavarla o arrancarla de donde esta.\n");
      |                                                                                   ^
  note: while loading '/d/newbie/human/rooms/rock' inherited by '/w/oldcreators/kaerf/human/rooms/r02'
/w/oldcreators/kaerf/human/rooms/v06.lpc:28:50: error: Bad type for argument 1 of add_item ( string vs mixed * )
   28 |     "de la jungla, arrastrada por el viento.  \n");
      |                                                  ^
/w/oldcreators/kaerf/human/rooms/v03.lpc:18:72: error: Bad type for argument 1 of add_item ( string vs mixed * )
   18 |     "y necesitan algunos arreglos, sus respaldos estan desencajados.\n");
      |                                                                        ^
  note: while loading '/d/newbie/human/rooms/jungle' inherited by '/w/oldcreators/kaerf/human/rooms/j32'
/w/oldcreators/kaerf/human/monsters/woman.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
  note: while loading '/d/newbie/human/rooms/rock' inherited by '/w/oldcreators/kaerf/human/rooms/r01'
/w/oldcreators/kaerf/human/monsters/dan.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/pmice.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/snake.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/crab.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/bandicoot.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/bandicoot.lpc:29:19: warning: Expression has no side effects, and the value is unused
   29 |       1,":grunye.",
      |                   ^
/w/oldcreators/kaerf/human/monsters/bandicoot.lpc:30:27: warning: Expression has no side effects, and the value is unused
   30 |     set_level(6+random(6));
      |                           ^
/w/oldcreators/kaerf/human/monsters/mongrel.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/oldman.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/rodion.lpc:1:27: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster.lpc";
      |                           ^
/w/oldcreators/kaerf/human/monsters/prat.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/hornet.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/hog.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/seal.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/rat.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/human/monsters/cat.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/kaerf/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/kaerf/duergar.lpc:1: error: Cannot #include path.h
/w/oldcreators/kaerf/duergar.lpc:29:18: error: Undefined variable 'BOOK'
   29 |    add_clone(BOOK,1);
      |                  ^
/w/oldcreators/kaerf/duergar.lpc:42:37: error: Undefined variable 'NEW_NEWBIE'
   42 |       this_player()->move(NEW_NEWBIE+"guests/rooms/intersec");
      |                                     ^
/w/oldcreators/kaerf/duergar/items/picko.lpc:13:21: warning: Number of arguments to 'set_in_use' disagrees with previous definition.
   13 | int set_in_use(int i)
      |                     ^
/w/oldcreators/kaerf/duergar/items/pick.lpc:13:21: warning: Number of arguments to 'set_in_use' disagrees with previous definition.
   13 | int set_in_use(int i)
      |                     ^
/w/oldcreators/kaerf/duergar/npcs/dlady.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dliz-man.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dminotau.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dmaster02.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/delf.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/ddrider.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dlizman.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dkobold.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dh-elf.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dgoblin.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dmaster04.lpc:2:22: warning: Redeclaration of global variable 'spells'.
    2 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dh-orc.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dmaster01.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dmaster03.lpc:2:22: warning: Redeclaration of global variable 'spells'.
    2 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/rat.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/ddrow.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dhulk.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dhulk.lpc:38:1: warning: Unused local variable 'i'
   38 | }
      | ^
/w/oldcreators/kaerf/duergar/npcs/dgnome.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dmind.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dmind.lpc:30:1: warning: Unused local variable 'ob'
   30 | }
      | ^
/w/oldcreators/kaerf/duergar/npcs/duggan.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dorc.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dspider.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dhuman.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dhook.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/dhound.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/kaerf/duergar/npcs/ddwarf.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dogre.lpc:1:22: warning: Redeclaration of global variable 'spells'.
    1 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dduergar.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/npcs/dhalflin.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/kaerf/duergar/rooms/raiserm.lpc:42:17: error: Bad type for argument 1 of add_feel ( string vs mixed * )
   42 |             "\n");
      |                 ^
  note: while loading '/std/underground' inherited by '/w/oldcreators/kaerf/duergar/rooms/dlev4_01'
/w/oldcreators/kaerf/duergar/rooms/raiserm.lpc:51:17: error: Bad type for argument 1 of add_feel ( string vs mixed * )
   51 |             "\n");
      |                 ^
  note: while loading '/std/underground' inherited by '/w/oldcreators/kaerf/duergar/rooms/dlev4_01'
/w/oldcreators/kaerf/duergar/rooms/raiserm.lpc:62:17: error: Bad type for argument 1 of add_item ( string vs mixed * )
   62 |             "\n");
      |                 ^
  note: while loading '/std/underground' inherited by '/w/oldcreators/kaerf/duergar/rooms/dlev4_01'
/w/oldcreators/kaerf/duergar/rooms/raiserm.lpc:70:17: error: Bad type for argument 1 of add_item ( string vs mixed * )
   70 |             "\n");
      |                 ^
  note: while loading '/std/underground' inherited by '/w/oldcreators/kaerf/duergar/rooms/dlev4_01'
/w/oldcreators/kaerf/duergar/rooms/raiserm.lpc:81:17: error: Bad type for argument 1 of add_item ( string vs mixed * )
   81 |             "\n");
      |                 ^
  note: while loading '/std/underground' inherited by '/w/oldcreators/kaerf/duergar/rooms/dlev4_01'
/w/oldcreators/kaerf/duergar/rooms/raiserm.lpc:91:17: error: Bad type for argument 1 of add_item ( string vs mixed * )
   91 |             "\n");
      |                 ^
  note: while loading '/std/underground' inherited by '/w/oldcreators/kaerf/duergar/rooms/dlev4_01'
/w/oldcreators/zomtur/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/zomtur/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/shimmer/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/shimmer/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/shimmer/workroom.lpc:89:30: error: Undefined variable 'HAGN'
   89 | add_exit("arco",         HAGN+"arco_desolacion.lpc","standard");
      |                              ^
/w/oldcreators/shimmer/workroom.lpc:91:34: error: Undefined variable 'ZHYRKHOM'
   91 | add_exit("zhyrkhom",     ZHYRKHOM+"camino_minas8.lpc","standard");
      |                                  ^
/w/oldcreators/shimmer/workroom.lpc:92:37: error: Undefined variable 'BOSQUEHARAK'
   92 | add_exit("bosqueharak",  BOSQUEHARAK+"bos1.lpc","standard");
      |                                     ^
/w/oldcreators/shimmer/workroom.lpc:93:31: error: Undefined variable 'HARAK'
   93 | add_exit("harak",        HARAK+"lad1.lpc","standard");
      |                               ^
/w/oldcreators/cretest/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/cretest/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/huascar/bosquemaldito/npc/culebra.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/rata.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/sanguijuela.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/tigre.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/mariposa.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/carnero.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/vaca.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/oso.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/mono.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/mapache.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/npc/lobo.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1403.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1403.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0916.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0916.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0907.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0907.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1518.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1518.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M6.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M6.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0207.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0207.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0922.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0922.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M8.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M8.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1509.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1509.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0407.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0407.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0906.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0906.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M4.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M4.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0209.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0209.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1604.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1604.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1404.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1404.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0507.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0507.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0509.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0509.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1119.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1119.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1516.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1516.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0311.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0311.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1718.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1718.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1922.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1922.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1614.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1614.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0201.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0201.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1117.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1117.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1823.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1823.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1821.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1821.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1114.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1114.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1314.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1314.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0608.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0608.lpc:16:30: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"sanguijuela.lpc",random(3)-1);
      |                              ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1408.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1408.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0307.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0307.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0410.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0410.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0722.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0722.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0921.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0921.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1014.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1014.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0210.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0210.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1018.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1018.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1406.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1406.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1722.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1722.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1213.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1213.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1805.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1805.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1620.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1620.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M20.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M20.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0616.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0616.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1206.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1206.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0708.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0708.lpc:16:30: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"sanguijuela.lpc",random(3)-1);
      |                              ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0306.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0306.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1005.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1005.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M12.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M12.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0611.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0611.lpc:16:30: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"sanguijuela.lpc",random(3)-1);
      |                              ^
/w/oldcreators/huascar/bosquemaldito/rooms/M5.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M5.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0713.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0713.lpc:16:30: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"sanguijuela.lpc",random(3)-1);
      |                              ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1520.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1520.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1013.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1013.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1305.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1305.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0408.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0408.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M11.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M11.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0821.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0821.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1715.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1715.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M14.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M14.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0918.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0918.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0203.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0203.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1606.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1606.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0813.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0813.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0104.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0104.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0305.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0305.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0718.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0718.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0303.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0303.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1506.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1506.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0612.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0612.lpc:16:30: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"sanguijuela.lpc",random(3)-1);
      |                              ^
/w/oldcreators/huascar/bosquemaldito/rooms/M9.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M9.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M19.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M19.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1205.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1205.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0317.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0317.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1216.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1216.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0820.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0820.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1414.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1414.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1007.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1007.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0618.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0618.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1505.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1505.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0816.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0816.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0719.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0719.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0904.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0904.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0914.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0914.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M7.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M7.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M16.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M16.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1105.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1105.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1315.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1315.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1515.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1515.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1709.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1709.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0419.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0419.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0206.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0206.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0617.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0617.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1115.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1115.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1507.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1507.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1024.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1024.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M10.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M10.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0310.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0310.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1511.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1511.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1317.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1317.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1116.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1116.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1522.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1522.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1619.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1619.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0411.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0411.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1308.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1308.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0815.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0815.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0506.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0506.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0406.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0406.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1106.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1106.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0208.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0208.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1716.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1716.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0919.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0919.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0518.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0518.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1710.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1710.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1807.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1807.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1707.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1707.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M13.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M13.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0405.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0405.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0520.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0520.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1706.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1706.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0510.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0510.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M15.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M15.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1016.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1016.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0402.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0402.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0503.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0503.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1623.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1623.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0308.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0308.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0809.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0809.lpc:16:30: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"sanguijuela.lpc",random(3)-1);
      |                              ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0102.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0102.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1721.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1721.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1020.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1020.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1512.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1512.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0304.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0304.lpc:16:30: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"sanguijuela.lpc",random(3)-1);
      |                              ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1608.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1608.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M3.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M3.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0806.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0806.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1409.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1409.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0502.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0502.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1419.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1419.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1508.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1508.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M18.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M18.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0409.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0409.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0418.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0418.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0508.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0508.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0818.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0818.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0619.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0619.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0717.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0717.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0218.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0218.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0823.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0823.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0923.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0923.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"carnero.lpc",random(3)-1);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1218.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1218.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1413.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1413.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M0309.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M0309.lpc:16:25: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"babosa.lpc",random(4)-2);
      |                         ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1204.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1204.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1613.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1613.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1312.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1312.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(5)-3);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1503.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1503.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1610.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1610.lpc:16:23: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"lobo.lpc",random(4)-1);
      |                       ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1820.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1820.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/bosquemaldito/rooms/M17.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M17.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M2.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M2.lpc:16:26: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"osogris.lpc",random(7)-5);
      |                          ^
/w/oldcreators/huascar/bosquemaldito/rooms/M1817.lpc:3: error: Cannot #include ../path.h
/w/oldcreators/huascar/bosquemaldito/rooms/M1817.lpc:16:24: error: syntax error, unexpected L_STRING
   16 | add_clone(NPC"tigre.lpc",random(4)-2);
      |                        ^
/w/oldcreators/huascar/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/huascar/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/huascar/cienaga/npc/zombieenano.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/huascar/cienaga/npc/zombieorco.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/jabali/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/oldcreators/jabali/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
/w/oldcreators/bwamba/npcs/playero.lpc:1:24: warning: Redeclaration of global variable 'spells'.
    1 |  inherit "/obj/monster";
      |                        ^
/w/oldcreators/bwamba/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/bwamba/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/bwamba/faeleen/npcs/agricultora.lpc:1:24: warning: Redeclaration of global variable 'spells'.
    1 |  inherit "/obj/monster";
      |                        ^
/w/oldcreators/bwamba/faeleen/npcs/habitante.lpc:1:24: warning: Redeclaration of global variable 'spells'.
    1 |  inherit "/obj/monster";
      |                        ^
/w/oldcreators/bwamba/faeleen/npcs/habitante2.lpc:1:24: warning: Redeclaration of global variable 'spells'.
    1 |  inherit "/obj/monster";
      |                        ^
/w/oldcreators/bwamba/faeleen/npcs/agricultor.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/bwamba/faeleen/npcs/agricultor.lpc:27:15: error: syntax error, unexpected '/'
   27 |     add_clone(/w/bwamba/faeleen/objetos/daga_afilada.lpc",1);
      |               ^
/w/oldcreators/bwamba/faeleen/npcs/agricultor.lpc:31:1: error: End of file in string
/w/oldcreators/zonzamas/shield.lpc:51:14: warning: Redeclaration of global variable 'armour_ac'.
   51 |     armour_ac,
      |              ^
/w/oldcreators/zonzamas/shield.lpc:52:16: warning: Redeclaration of global variable 'armour_type'.
   52 |     armour_type,
      |                ^
/w/oldcreators/zonzamas/shield.lpc:307:1: warning: Unused local variable 'i'
  307 | } 
      | ^
/w/oldcreators/zonzamas/shield.lpc:307:1: warning: Unused local variable 'form'
  307 | } 
      | ^
/w/oldcreators/zonzamas/shield.lpc:398:24: warning: Function set_name inherited from '/std/object.lpc' does not match current function in return type ( void vs int )
  398 | int set_name(string str) 
      |                        ^
/w/oldcreators/zonzamas/armour.lpc:52:14: warning: Redeclaration of global variable 'armour_ac'.
   52 |     armour_ac,
      |              ^
/w/oldcreators/zonzamas/armour.lpc:53:16: warning: Redeclaration of global variable 'armour_type'.
   53 |     armour_type,
      |                ^
/w/oldcreators/zonzamas/armour.lpc:358:1: warning: Unused local variable 'i'
  358 | } 
      | ^
/w/oldcreators/zonzamas/armour.lpc:358:1: warning: Unused local variable 'form'
  358 | } 
      | ^
/w/oldcreators/zonzamas/hold.lpc:143:8: error: syntax error, unexpected L_IDENTIFIER, expecting L_ASSIGN or ';' or '(' or ','
  143 | status hold_ob(object ob) 
      |        ^
/w/oldcreators/zonzamas/glance.lpc:19:16: warning: Illegal to declare nosave function.
   19 | nosave int cmd (string arg, object me)
      |                ^
/w/oldcreators/zonzamas/grimfang/balcon.lpc:70:4: error: syntax error, unexpected L_DEFINED_NAME
   70 |    add_action("beber_elixires","beber")
      |    ^
/w/oldcreators/zonzamas/grimfang/balcon.lpc:83:50: error: syntax error, unexpected L_STRING
   83 |    notify_fail("Solo hay 'manjares' para comer.\n");                                                                               
      |                                                  ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:1:24: warning: Redeclaration of global variable 'spells'.
    1 |  inherit "/obj/monster";
      |                        ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:51:15: warning: Number of arguments to 'attack_by' disagrees with previous definition.
   51 | int attack_by()
      |               ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:51:15: warning: Function attack_by inherited from '/obj/monster.lpc' does not match current function in return type ( void vs int )
   51 | int attack_by()
      |               ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:55:17: warning: Number of arguments to 'do_death' disagrees with previous definition.
   55 |  void  do_death()
      |                 ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:59:17: warning: Number of arguments to 'attack_ob' disagrees with previous definition.
   59 |   int attack_ob()
      |                 ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:59:17: warning: Function attack_ob inherited from '/std/living/combat.lpc' does not match current function in return type ( void vs int )
   59 |   int attack_ob()
      |                 ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:65:14: error: Undefined function thisobject
   65 |   thisobject()->init_equip();
      |              ^
/w/oldcreators/zonzamas/grimfang/aokorki.lpc:66:1: error: syntax error, unexpected end of file
/w/oldcreators/zonzamas/grimfang/workroom2.lpc:56:5: error: syntax error, unexpected '{'
   56 |    ({
      |     ^
/w/oldcreators/zonzamas/weapon.lpc:191:24: warning: Function set_name inherited from '/std/object.lpc' does not match current function in return type ( void vs int )
  191 | int set_name(string str) 
      |                        ^
/w/oldcreators/zonzamas/weapon.lpc:417:1: warning: Unused local variable 'i'
  417 | } 
      | ^
/w/oldcreators/zonzamas/weapon.lpc:417:1: warning: Unused local variable 'form'
  417 | } 
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fsize'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'topl'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fname'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'finish_func'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'stat_line'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'last_search'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fsize'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'topl'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fname'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'finish_func'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'stat_line'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'last_search'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fsize'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'topl'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fname'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'finish_func'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'stat_line'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'last_search'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fsize'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'topl'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'fname'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'finish_func'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'stat_line'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:35:28: warning: Redeclaration of global variable 'last_search'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/seguridad/player.lpc:84:21: warning: Illegal to declare nosave function.
   84 | nosave void set_name(string str);
      |                     ^
/w/oldcreators/zonzamas/seguridad/player.lpc:238:1: warning: Unused local variable 'i'
  238 | } /* create() */
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:238:1: warning: Unused local variable 'j'
  238 | } /* create() */
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:238:1: warning: Unused local variable 'k'
  238 | } /* create() */
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:317:24: error: Undefined function query_guild_name
  317 |   if (query_guild_name() == "paladin")
      |                        ^
/w/oldcreators/zonzamas/seguridad/player.lpc:317:38: error: == always false because of incompatible types ( unknown vs string ).
  317 |   if (query_guild_name() == "paladin")
      |                                      ^
/w/oldcreators/zonzamas/seguridad/player.lpc:319:29: error: Undefined function query_guild_name
  319 |   else if (query_guild_name() =="clerigo de jade")
      |                             ^
/w/oldcreators/zonzamas/seguridad/player.lpc:319:50: error: == always false because of incompatible types ( unknown vs string ).
  319 |   else if (query_guild_name() =="clerigo de jade")
      |                                                  ^
/w/oldcreators/zonzamas/seguridad/player.lpc:347:18: error: Undefined variable 'guild_joined'
  347 |     guild_joined += time();
      |                  ^
/w/oldcreators/zonzamas/seguridad/player.lpc:347:18: error: Illegal lvalue
  347 |     guild_joined += time();
      |                  ^
/w/oldcreators/zonzamas/seguridad/player.lpc:442:1: warning: Unused local variable 'tmp'
  442 | } /* move_player_to_start() */
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:442:1: warning: Unused local variable 's'
  442 | } /* move_player_to_start() */
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:498:1: warning: Unused local variable 'money'
  498 | } /* start_player() */
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:759:8: warning: Non-void functions must return a value.
  759 |  return;
      |        ^
/w/oldcreators/zonzamas/seguridad/player.lpc:764:9: warning: Non-void functions must return a value.
  764 |  return ;
      |         ^
/w/oldcreators/zonzamas/seguridad/player.lpc:769:9: warning: Non-void functions must return a value.
  769 |  return ;
      |         ^
/w/oldcreators/zonzamas/seguridad/player.lpc:976:21: warning: Illegal to declare nosave function.
  976 | nosave void set_name(string str) {
      |                     ^
/w/oldcreators/zonzamas/seguridad/player.lpc:1381:1: warning: Unused local variable 'i'
 1381 | }  /* Void heart_beat */
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:1571:1: warning: Unused local variable 'i'
 1571 | }
      | ^
/w/oldcreators/zonzamas/seguridad/player.lpc:1645:22: warning: Illegal to declare nosave function.
 1645 | nosave int do_refresh(string str) 
      |                      ^
/w/oldcreators/zonzamas/seguridad/player.lpc:1664:20: warning: Illegal to declare nosave function.
 1664 | nosave int refresh2(string str) {
      |                    ^
/w/oldcreators/zonzamas/seguridad/player.lpc:1790:27: warning: Illegal to declare nosave function.
 1790 | nosave int do_clear_screen() {
      |                           ^
/w/oldcreators/zonzamas/lib/combat.lpc:318:1: warning: Unused local variable 'olav'
  318 | }
      | ^
/w/oldcreators/zonzamas/lib/combat.lpc:318:1: warning: Unused local variable 'obs'
  318 | }
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:35:28: warning: Redeclaration of global variable 'fsize'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/lib/player.lpc:35:28: warning: Redeclaration of global variable 'topl'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/lib/player.lpc:35:28: warning: Redeclaration of global variable 'fname'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/lib/player.lpc:35:28: warning: Redeclaration of global variable 'finish_func'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/lib/player.lpc:35:28: warning: Redeclaration of global variable 'stat_line'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/lib/player.lpc:35:28: warning: Redeclaration of global variable 'last_search'.
   35 | inherit "/global/more_file";
      |                            ^
/w/oldcreators/zonzamas/lib/player.lpc:84:21: warning: Illegal to declare nosave function.
   84 | nosave void set_name(string str);
      |                     ^
/w/oldcreators/zonzamas/lib/player.lpc:238:1: warning: Unused local variable 'i'
  238 | } /* create() */
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:238:1: warning: Unused local variable 'j'
  238 | } /* create() */
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:238:1: warning: Unused local variable 'k'
  238 | } /* create() */
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:317:24: error: Undefined function query_guild_name
  317 |   if (query_guild_name() == "paladin")
      |                        ^
/w/oldcreators/zonzamas/lib/player.lpc:317:38: error: == always false because of incompatible types ( unknown vs string ).
  317 |   if (query_guild_name() == "paladin")
      |                                      ^
/w/oldcreators/zonzamas/lib/player.lpc:319:29: error: Undefined function query_guild_name
  319 |   else if (query_guild_name() =="clerigo de jade")
      |                             ^
/w/oldcreators/zonzamas/lib/player.lpc:319:50: error: == always false because of incompatible types ( unknown vs string ).
  319 |   else if (query_guild_name() =="clerigo de jade")
      |                                                  ^
/w/oldcreators/zonzamas/lib/player.lpc:347:18: error: Undefined variable 'guild_joined'
  347 |     guild_joined += time();
      |                  ^
/w/oldcreators/zonzamas/lib/player.lpc:347:18: error: Illegal lvalue
  347 |     guild_joined += time();
      |                  ^
/w/oldcreators/zonzamas/lib/player.lpc:442:1: warning: Unused local variable 'tmp'
  442 | } /* move_player_to_start() */
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:442:1: warning: Unused local variable 's'
  442 | } /* move_player_to_start() */
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:498:1: warning: Unused local variable 'money'
  498 | } /* start_player() */
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:759:8: warning: Non-void functions must return a value.
  759 |  return;
      |        ^
/w/oldcreators/zonzamas/lib/player.lpc:764:9: warning: Non-void functions must return a value.
  764 |  return ;
      |         ^
/w/oldcreators/zonzamas/lib/player.lpc:769:9: warning: Non-void functions must return a value.
  769 |  return ;
      |         ^
/w/oldcreators/zonzamas/lib/player.lpc:976:21: warning: Illegal to declare nosave function.
  976 | nosave void set_name(string str) {
      |                     ^
/w/oldcreators/zonzamas/lib/player.lpc:1381:1: warning: Unused local variable 'i'
 1381 | }  /* Void heart_beat */
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:1571:1: warning: Unused local variable 'i'
 1571 | }
      | ^
/w/oldcreators/zonzamas/lib/player.lpc:1645:22: warning: Illegal to declare nosave function.
 1645 | nosave int do_refresh(string str) 
      |                      ^
/w/oldcreators/zonzamas/lib/player.lpc:1664:20: warning: Illegal to declare nosave function.
 1664 | nosave int refresh2(string str) {
      |                    ^
/w/oldcreators/zonzamas/lib/player.lpc:1790:27: warning: Illegal to declare nosave function.
 1790 | nosave int do_clear_screen() {
      |                           ^
/w/oldcreators/zonzamas/playero.lpc:1:24: warning: Redeclaration of global variable 'spells'.
    1 |  inherit "/obj/monster";
      |                        ^
/w/oldcreators/zonzamas/wear.lpc:91:19: warning: Non-void functions must return a value.
   91 |     if(!ob) return;
      |                   ^
/w/oldcreators/zonzamas/wear.lpc:112:8: error: syntax error, unexpected L_IDENTIFIER, expecting L_ASSIGN or ';' or '(' or ','
  112 | status wear_ob(object ob) 
      |        ^
/w/oldcreators/krull/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/krull/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/krull/orc.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/krull/comandos/slice.lpc:1: error: Cannot #include /d/gremios/comandos/new_tweaks.h
/w/oldcreators/krull/comandos/slice.lpc:24:34: warning: Non-void functions must return a value.
   24 |    if(me->query_gp() <= 0) return;
      |                                  ^
/w/oldcreators/krull/comandos/slice.lpc:190:1: warning: Unused local variable 'skill'
  190 | }
      | ^
/w/oldcreators/krull/comandos/slice.lpc:190:1: warning: Unused local variable 's1'
  190 | }
      | ^
/w/oldcreators/krull/comandos/slice.lpc:190:1: warning: Unused local variable 'j'
  190 | }
      | ^
/w/oldcreators/krull/comandos/slice.lpc:190:1: warning: Unused local variable 'damage'
  190 | }
      | ^
/w/oldcreators/krull/comandos/slice.lpc:190:1: warning: Unused local variable 'v_round'
  190 | }
      | ^
/w/oldcreators/krull/comandos/slice.lpc:190:1: warning: Unused local variable 'protectr'
  190 | }
      | ^
/w/oldcreators/krull/comandos/slice.lpc:199:33: warning: Non-void functions must return a value.
  199 |    if(me->query_gp() < 3) return;
      |                                 ^
/w/oldcreators/duriel/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/duriel/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/duriel/casa/pasillo.lpc:21:171: error: Bad type for argument 1 of add_item ( string vs mixed * )
   21 |             "Justo cuando estas descolgandolo te empiezan a pitar los oidos increiblemente fuerte y te viene un dolor de cabeza tremendo..... mejor dejalo como estaba.\n");
      |                                                                                                                                                                           ^
/w/oldcreators/duriel/casa/sala_estar.lpc:19:60: error: Bad type for argument 1 of add_item ( string vs mixed * )
   19 |             "Ya se ve que es muy comfortable y caluroso.\n");
      |                                                            ^
/w/oldcreators/duriel/casa/sala_estar.lpc:23:75: error: Bad type for argument 1 of add_item ( string vs mixed * )
   23 |             "Parece que Duriel en su tiempo libre se lo pasa en grande.\n");
      |                                                                           ^
/w/oldcreators/duriel/casa/habitacion_duriel.lpc:21:169: error: Bad type for argument 1 of add_item ( string vs mixed * )
   21 |             "SALES REBOTADO Y TE PEGAS UN MAMPORRO CONTRA LA PARED! Una voz dice, esta cama es solo para Duriel!!!!!! Ni se te ocurra estirarte porque la ensucias!!.\n");
      |                                                                                                                                                                         ^
/w/oldcreators/duriel/casa/habitacion_duriel.lpc:24:73: error: Bad type for argument 1 of add_item ( string vs mixed * )
   24 |             "Es una comoda silla de madera con mosaicos en las patas.\n");
      |                                                                         ^
/w/oldcreators/duriel/casa/habitacion_duriel.lpc:27:172: error: Bad type for argument 1 of add_item ( string vs mixed * )
   27 |             "Esta es la mesa donde Duriel tiene sus papeles con los planos de sus proximas creaciones, parece que ahora esta trabajando en una tal..... Ciudad de Hielo.\n");
      |                                                                                                                                                                            ^
/w/oldcreators/duriel/casa/recibidor.lpc:21:68: error: Bad type for argument 1 of add_item ( string vs mixed * )
   21 |             "Esta decorada con un mosaico con la cara de Duriel.\n");
      |                                                                    ^
/w/oldcreators/duriel/casa/recibidor.lpc:25:111: error: Bad type for argument 1 of add_item ( string vs mixed * )
   25 |             "Mas te valdria haber venido con un buen abrigo de wargo si no quieres pasarlo francamente mal.\n");
      |                                                                                                               ^
/w/oldcreators/duriel/casa/lavabo.lpc:16:82: error: Bad type for argument 1 of add_item ( string vs mixed * )
   16 |             "Un retrete en que en el fondo hay restos de %^RED%^caca%^RESET%^.\n");
      |                                                                                  ^
/w/oldcreators/duriel/casa/lavabo.lpc:20:46: error: Bad type for argument 1 of add_item ( string vs mixed * )
   20 |             "Una banyera enorme de marmol.\n");
      |                                              ^
/w/oldcreators/vulvac/npcs/agricultora.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/vulvac/npcs/agricultor.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/vulvac/hab_eloras.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/vulvac/cultivos/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/oldcreators/vulvac/cultivos/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
/w/oldcreators/prueba/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/oldcreators/prueba/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
/w/oldcreators/aeoris/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/aeoris/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/grimfang/npc/aokorki.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/grimfang/npc/aokorki.lpc:50:16: warning: Number of arguments to 'attack_by' disagrees with previous definition.
   50 |  int attack_by()
      |                ^
/w/oldcreators/grimfang/npc/aokorki.lpc:50:16: warning: Function attack_by inherited from '/obj/monster.lpc' does not match current function in return type ( void vs int )
   50 |  int attack_by()
      |                ^
/w/oldcreators/grimfang/npc/aokorki.lpc:54:17: warning: Number of arguments to 'do_death' disagrees with previous definition.
   54 |  void  do_death()
      |                 ^
/w/oldcreators/grimfang/npc/aokorki.lpc:58:16: warning: Number of arguments to 'attack_ob' disagrees with previous definition.
   58 |  int attack_ob()
      |                ^
/w/oldcreators/grimfang/npc/aokorki.lpc:58:16: warning: Function attack_ob inherited from '/std/living/combat.lpc' does not match current function in return type ( void vs int )
   58 |  int attack_ob()
      |                ^
/w/oldcreators/grimfang/rooms/home/balcon.lpc:71:3: error: syntax error, unexpected L_DEFINED_NAME
   71 |   add_action("beber_elixires","beber")
      |   ^
/w/oldcreators/grimfang/rooms/home/balcon.lpc:84:50: error: syntax error, unexpected L_STRING
   84 |    notify_fail("Solo hay 'manjares' para comer.\n");                                                                               
      |                                                  ^
/w/oldcreators/grimfang/workroom2.lpc:28:3: error: syntax error, unexpected L_DEFINED_NAME
   28 |   add_item("cadena","Una maravilla tecnologica de la era moderna. Con miles de botoncitos que no"
      |   ^
/w/oldcreators/testvilat/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/oldcreators/testvilat/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
/w/oldcreators/testvilat/testvilat/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/oldcreators/testvilat/testvilat/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
/w/oldcreators/blastaar/montanyas_salvajes/npcs/rata.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/blastaar/montanyas_salvajes/npcs/aventurero.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/blastaar/montanyas_salvajes/npcs/ogrobos.lpc:1:27: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster.lpc";
      |                           ^
/w/oldcreators/blastaar/montanyas_salvajes/npcs/murci.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/blastaar/montanyas_salvajes/npcs/ghorothor.lpc:2:23: warning: Redeclaration of global variable 'spells'.
    2 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/blastaar/montanyas_salvajes/npcs/mineroex.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/blastaar/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/blastaar/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/sharka/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/sharka/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/sharka/casa/tablon.lpc:2: error: Cannot #include path.h
/w/oldcreators/sharka/casa/tablon.lpc:3: error: Cannot #include config.h
/w/oldcreators/sharka/casa/tablon.lpc:30:31: error: Undefined variable 'DATAFILE'
   30 | board-> set_datafile (DATAFILE);
      |                               ^
/w/oldcreators/sharka/casa/hall.lpc:2: error: Cannot #include path.h
/w/oldcreators/sharka/casa/hall.lpc:3: error: Cannot #include config.h
/w/oldcreators/sharka/casa/hall.lpc:28:11: error: Undefined variable 'guard'
   28 | if (!guard) {
      |           ^
/w/oldcreators/sharka/casa/hall.lpc:63:10: error: Undefined variable 'guard'
   63 | if(!guard) {
      |          ^
/w/oldcreators/sharka/casa/banco.lpc:1: error: Cannot #include path.h
/w/oldcreators/sharka/casa/gamusino.lpc:4:45: error: Undefined function set_short
    4 | set_short("%^BOLD%^WHITE%^GamuSino%^RESET%^");
      |                                             ^
/w/oldcreators/sharka/casa/gamusino.lpc:5:44: error: Undefined function set_name
    5 | set_name("%^BOLD%^WHITE%^GamuSino%^RESET%^");
      |                                            ^
/w/oldcreators/sharka/casa/gamusino.lpc:6:52: error: Undefined function set_main_plural
    6 | set_main_plural("%^BOLD%^WHITE%^GamuSinos%^RESET%^");
      |                                                    ^
/w/oldcreators/sharka/casa/gamusino.lpc:7:47: error: Undefined function add_plural
    7 | add_plural("%^BOLD%^WHITE%^GamuSinos%^RESET%^");
      |                                               ^
/w/oldcreators/sharka/casa/gamusino.lpc:8:21: error: Undefined function add_alias
    8 | add_alias("gamusino");
      |                     ^
/w/oldcreators/sharka/casa/gamusino.lpc:9:22: error: Undefined function add_alias
    9 | add_alias("gamusinos");
      |                      ^
/w/oldcreators/sharka/casa/baul.lpc:2: error: Cannot #include path.h
/w/oldcreators/sharka/casa/baul.lpc:3: error: Cannot #include config.h
/w/oldcreators/sharka/casa/baul.lpc:8:29: error: Undefined variable 'GUILDNAME'
    8 | set_guild_owner( ({GUILDNAME}) );
      |                             ^
/w/oldcreators/sharka/casa/despacho.lpc:53:53: error: Bad type for argument 1 of add_feel ( string vs mixed * )
   53 |      "se adentra en tu cuerpo y lo llena de vida'\n");
      |                                                     ^
/w/oldcreators/sharka/casa/puerta.lpc:2: error: Cannot #include path.h
/w/oldcreators/sharka/casa/puerta.lpc:3: error: Cannot #include config.h
/w/oldcreators/sharka/casa/gallifante.lpc:4:42: error: Undefined function set_short
    4 | set_short("%^YELLOW%^GalliFante%^RESET%^");
      |                                          ^
  note: while loading '/std/pub' inherited by '/w/oldcreators/sharka/casa/bar'
/w/oldcreators/sharka/casa/gallifante.lpc:5:41: error: Undefined function set_name
    5 | set_name("%^YELLOW%^GalliFante%^RESET%^");
      |                                         ^
  note: while loading '/std/pub' inherited by '/w/oldcreators/sharka/casa/bar'
/w/oldcreators/sharka/casa/gallifante.lpc:6:49: error: Undefined function set_main_plural
    6 | set_main_plural("%^YELLOW%^GalliFantes%^RESET%^");
      |                                                 ^
  note: while loading '/std/pub' inherited by '/w/oldcreators/sharka/casa/bar'
/w/oldcreators/sharka/casa/gallifante.lpc:7:44: error: Undefined function add_plural
    7 | add_plural("%^YELLOW%^GalliFantes%^RESET%^");
      |                                            ^
  note: while loading '/std/pub' inherited by '/w/oldcreators/sharka/casa/bar'
/w/oldcreators/sharka/casa/gallifante.lpc:8:23: error: Undefined function add_alias
    8 | add_alias("gallifante");
      |                       ^
  note: while loading '/std/pub' inherited by '/w/oldcreators/sharka/casa/bar'
/w/oldcreators/sharka/casa/gallifante.lpc:9:24: error: Undefined function add_alias
    9 | add_alias("gallifantes");
      |                        ^
  note: while loading '/std/pub' inherited by '/w/oldcreators/sharka/casa/bar'
/w/oldcreators/bystro/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/bystro/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/deceit/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/deceit/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/rise/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/rise/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/prechini/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/prechini/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/arcaltarion/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/arcaltarion/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/weltkrieg/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/weltkrieg/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/xerxes/bosque_main.lpc:42:61: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 |  "inertes: estaticas por la falta de viento que las meza.\n");
      |                                                             ^
/w/oldcreators/xerxes/bosque_main.lpc:47:25: error: Bad type for argument 1 of add_item ( string vs mixed * )
   47 |  "tan poco como a ti.\n");
      |                         ^
/w/oldcreators/xerxes/bosque_main.lpc:50:62: error: Bad type for argument 1 of add_item ( string vs mixed * )
   50 |         "esta cubierto por un denso manto de nubes grises.\n");
      |                                                              ^
/w/oldcreators/xerxes/objs/notepad.lpc:35:11: error: Type of returned value doesn't match function return type ( int vs void )
   35 |   return 1;
      |           ^
/w/oldcreators/xerxes/objs/notepad.lpc:44:11: error: Type of returned value doesn't match function return type ( int vs void )
   44 |   return 1;
      |           ^
/w/oldcreators/xerxes/objs/notepad.lpc:71:11: error: Type of returned value doesn't match function return type ( int vs void )
   71 |   return 1;
      |           ^
/w/oldcreators/xerxes/objs/notepad.lpc:117:11: error: Type of returned value doesn't match function return type ( int vs void )
  117 |   return 1;
      |           ^
/w/oldcreators/xerxes/dummy.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/dummy.lpc:26:15: warning: Number of arguments to 'attack_by' disagrees with previous definition.
   26 | int attack_by()
      |               ^
/w/oldcreators/xerxes/dummy.lpc:26:15: warning: Function attack_by inherited from '/obj/monster.lpc' does not match current function in return type ( void vs int )
   26 | int attack_by()
      |               ^
/w/oldcreators/xerxes/dummy.lpc:30:16: warning: Number of arguments to 'do_death' disagrees with previous definition.
   30 | void  do_death()
      |                ^
/w/oldcreators/xerxes/dummy.lpc:34:16: warning: Number of arguments to 'attack_ob' disagrees with previous definition.
   34 |  int attack_ob()
      |                ^
/w/oldcreators/xerxes/dummy.lpc:34:16: warning: Function attack_ob inherited from '/std/living/combat.lpc' does not match current function in return type ( void vs int )
   34 |  int attack_ob()
      |                ^
/w/oldcreators/xerxes/testmago/npc/brujo_guardian.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/testmago/npc/brujo_guardian.lpc:53:1: warning: Unused local variable 'objeto'
   53 | }/*setup*/
      | ^
/w/oldcreators/xerxes/testmago/npc/discordia.lpc:6:23: warning: Redeclaration of global variable 'spells'.
    6 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/testmago/room/main.lpc:4:19: warning: Redeclaration of global variable 'guildmaster'.
    4 | object guildmaster;
      |                   ^
/w/oldcreators/xerxes/testmago/room/main.lpc:50:32: error: Undefined function set_teaching_person
   50 | set_teaching_person("discordia");
      |                                ^
/w/oldcreators/xerxes/testmago/room/main.lpc:85:22: error: Unable to find the inherited function 'do_advance'.
   85 |  if (::do_advance(str)) {
      |                      ^
/w/oldcreators/xerxes/npc/guardian_anduar.lpc:3: error: Cannot #include path.h
/w/oldcreators/xerxes/npc/guardian_anduar.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/npc/guardian_anduar.lpc:69:1: warning: Unused local variable 'objeto'
   69 | }/*setup*/
      | ^
/w/oldcreators/xerxes/npc/guardian_anduar.lpc:73:61: error: Undefined variable 'TIEMPO'
   73 |    atacante->add_timed_property("guardias_anduar", 1, TIEMPO);
      |                                                             ^
/w/oldcreators/xerxes/npc/aragami.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/npc/nephilim.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/shifter/guild_shifter.lpc:3:19: warning: Redeclaration of global variable 'guildmaster'.
    3 | object guildmaster;
      |                   ^
/w/oldcreators/xerxes/shifter/guild_shifter.lpc:17:29: error: Undefined function set_teaching_person
   17 | set_teaching_person("patric");
      |                             ^
/w/oldcreators/xerxes/shifter/guild_shifter.lpc:52:22: error: Unable to find the inherited function 'do_advance'.
   52 |  if (::do_advance(str)) {
      |                      ^
/w/oldcreators/xerxes/room/a/poblado/poblado18.lpc:14:28: error: Undefined variable 'POBLADO'
   14 |    add_exit("sur", POBLADO + "poblado5.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/a/poblado/poblado11.lpc:13:29: error: Undefined variable 'POBLADO'
   13 |    add_exit("este", POBLADO + "poblado9.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado40.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado41.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/a/poblado/poblado21.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado20.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado23.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado24.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado5.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado6.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado8.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado4.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado28.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado29.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado26.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado25.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/a/poblado/poblado25.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado23.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado13.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado14.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado15.lpc:13:29: error: Undefined variable 'POBLADO'
   13 |    add_exit("este", POBLADO + "poblado14.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado1.lpc:17:30: error: Undefined variable 'POBLADO'
   17 |    add_exit("oeste", POBLADO + "poblado2.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado1.lpc:18:31: error: Undefined variable 'BOSQUE'
   18 |    add_exit("noreste", BOSQUE + "vete_a_saber.lpc", "path");
      |                               ^
/w/oldcreators/xerxes/room/a/poblado/poblado12.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("oeste", POBLADO + "poblado9.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado37.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado36.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado17.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("oeste", POBLADO + "poblado14.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado36.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado35.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/a/poblado/poblado4.lpc:19:30: error: Undefined variable 'POBLADO'
   19 |    add_exit("oeste", POBLADO + "poblado5.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado27.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado26.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado2.lpc:17:29: error: Undefined variable 'POBLADO'
   17 |    add_exit("este", POBLADO + "poblado1.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado35.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado34.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado3.lpc:17:29: error: Undefined variable 'POBLADO'
   17 |    add_exit("este", POBLADO + "poblado2.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado33.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado32.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/a/poblado/poblado32.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado31.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/a/poblado/poblado14.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado16.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado34.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado35.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/a/poblado/poblado20.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado7.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/a/poblado/poblado10.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado9.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado22.lpc:15:33: error: Undefined variable 'POBLADO'
   15 |    add_exit("noroeste", POBLADO + "poblado23.lpc", "path");
      |                                 ^
/w/oldcreators/xerxes/room/a/poblado/poblado29.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado28.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado24.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado23.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/a/poblado/poblado31.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado28.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado30.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado31.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado7.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado20.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado6.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado7.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado19.lpc:14:30: error: Undefined variable 'POBLADO'
   14 |    add_exit("norte", POBLADO + "poblado5.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado39.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado38.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado16.lpc:13:28: error: Undefined variable 'POBLADO'
   13 |    add_exit("sur", POBLADO + "poblado14.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/a/poblado/poblado9.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado8.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/poblado/poblado38.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado35.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/a/bosque/bosque88.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque88.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque129.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque129.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque101.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque101.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque156.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque156.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque47.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque47.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque109.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque109.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque150.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque150.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque83.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque83.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque30.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque30.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque56.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque56.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec25.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec25.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque128.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque128.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque168.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque168.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec48.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec48.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque4.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque4.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque3.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque3.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque118.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque118.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque43.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque43.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque117.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque117.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque21.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque21.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque77.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque77.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque95.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque95.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque74.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque74.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec59.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec59.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque1.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque1.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque31.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque31.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec44.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec44.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque159.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque159.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque148.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque148.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque192.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque192.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec6.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec6.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque184.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque184.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque13.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque13.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec49.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec49.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque35.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque35.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque175.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque175.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque136.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque136.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque99.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque99.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque33.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque33.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque59.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque59.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque188.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque188.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque145.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque145.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque201.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque201.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque196.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque196.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque111.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque111.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque54.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque54.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque38.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque38.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque18.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque18.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec55.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec55.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque102.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque102.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec38.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec38.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque22.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque22.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque127.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque127.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque51.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque51.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque181.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque181.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec24.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec24.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque11.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque11.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque114.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque114.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque14.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque14.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque190.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque190.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec26.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec26.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque36.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque36.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque176.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque176.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque115.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque115.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque9.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque9.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque72.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque72.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque90.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque90.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque39.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque39.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque81.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque81.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec12.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec12.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec9.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec9.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque173.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque173.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque25.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque25.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque147.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque147.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque7.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque7.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque73.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque73.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque26.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque26.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque44.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque44.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec56.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec56.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque143.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque143.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque108.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque108.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque98.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque98.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque79.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque79.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec30.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec30.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque10.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque10.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque96.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque96.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec29.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec29.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec42.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec42.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque16.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque16.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque52.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque52.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque40.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque40.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec16.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec16.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque152.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque152.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque80.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque80.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque153.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque153.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque94.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque94.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque50.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque50.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec34.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec34.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque187.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque187.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec61.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec61.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque87.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque87.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque78.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque78.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque46.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque46.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec31.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec31.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque195.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque195.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque85.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque85.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque48.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque48.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque8.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque8.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque55.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque55.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque17.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque17.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec1.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec1.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque189.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque189.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec41.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec41.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec3.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec3.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque120.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque120.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque160.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque160.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec45.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec45.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque131.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque131.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque42.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque42.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque134.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque134.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque20.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque20.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque178.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque178.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque123.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque123.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque104.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque104.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque6.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque6.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec20.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec20.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec19.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec19.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque163.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque163.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque185.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque185.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec65.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec65.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec14.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec14.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque161.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque161.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque110.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque110.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque166.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque166.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec36.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec36.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque69.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque69.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque142.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque142.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque157.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque157.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec10.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec10.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec28.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec28.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec58.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec58.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque107.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque107.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque197.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque197.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque124.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque124.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque64.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque64.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec53.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec53.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque179.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque179.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque138.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque138.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque194.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque194.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec15.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec15.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec64.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec64.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque126.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque126.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque61.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque61.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque182.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque182.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque149.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque149.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec60.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec60.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec62.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec62.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec37.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec37.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque37.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque37.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque28.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque28.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque171.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque171.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec2.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec2.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque5.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque5.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec17.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec17.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque57.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque57.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque12.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque12.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque180.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque180.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque141.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque141.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec21.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec21.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque45.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque45.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque58.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque58.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque112.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque112.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec54.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec54.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque86.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque86.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque140.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque140.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque65.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque65.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque27.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque27.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec11.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec11.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec57.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec57.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec27.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec27.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque125.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque125.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque121.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque121.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec51.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec51.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque113.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque113.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque71.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque71.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque162.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque162.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque119.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque119.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque41.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque41.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque105.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque105.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec5.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec5.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque174.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque174.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque49.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque49.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque158.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque158.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque155.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque155.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec47.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec47.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec7.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec7.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque24.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque24.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque144.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque144.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque198.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque198.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque29.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque29.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec33.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec33.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec8.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec8.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque53.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque53.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque76.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque76.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec46.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec46.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec39.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec39.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque116.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque116.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque84.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque84.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque68.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque68.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec23.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec23.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque193.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque193.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque62.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque62.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec63.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec63.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec13.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec13.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque151.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque151.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque75.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque75.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque122.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque122.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque67.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque67.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque132.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque132.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec4.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec4.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque103.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque103.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque130.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque130.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque139.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque139.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque200.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque200.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque92.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque92.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque23.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque23.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque186.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque186.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque137.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque137.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque199.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque199.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque135.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque135.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque164.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque164.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque32.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque32.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque15.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque15.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque170.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque170.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque82.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque82.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec22.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec22.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec43.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec43.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec32.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec32.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque154.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque154.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec18.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec18.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque19.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque19.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec52.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec52.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec66.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec66.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque106.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque106.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque66.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque66.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque70.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque70.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec35.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec35.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque100.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque100.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque89.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque89.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque93.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque93.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque60.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque60.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec50.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec50.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque191.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque191.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque167.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque167.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque183.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque183.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque133.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque133.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque146.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque146.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque97.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque97.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque165.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque165.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque91.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque91.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosquec40.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosquec40.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"colina_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque172.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque172.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque63.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque63.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/a/bosque/bosque34.lpc:3: error: Cannot #include ../../path.h
/w/oldcreators/xerxes/room/a/bosque/bosque34.lpc:5:9: error: syntax error, unexpected L_IDENTIFIER, expecting L_STRING or '('
    5 | inherit BOSQUE+"bosque_main.lpc";
      |         ^
/w/oldcreators/xerxes/room/poblado/poblado18.lpc:14:28: error: Undefined variable 'POBLADO'
   14 |    add_exit("sur", POBLADO + "poblado5.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/poblado/poblado11.lpc:13:29: error: Undefined variable 'POBLADO'
   13 |    add_exit("este", POBLADO + "poblado9.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado40.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado41.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/poblado/poblado21.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado20.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado23.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado24.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado5.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado6.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado8.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado4.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado28.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado29.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado26.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado25.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/poblado/poblado25.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado23.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado13.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado14.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado15.lpc:13:29: error: Undefined variable 'POBLADO'
   13 |    add_exit("este", POBLADO + "poblado14.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado1.lpc:17:30: error: Undefined variable 'POBLADO'
   17 |    add_exit("oeste", POBLADO + "poblado2.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado1.lpc:18:31: error: Undefined variable 'BOSQUE'
   18 |    add_exit("noreste", BOSQUE + "vete_a_saber.lpc", "path");
      |                               ^
/w/oldcreators/xerxes/room/poblado/poblado12.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("oeste", POBLADO + "poblado9.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado37.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado36.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado17.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("oeste", POBLADO + "poblado14.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado36.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado35.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/poblado/poblado4.lpc:19:30: error: Undefined variable 'POBLADO'
   19 |    add_exit("oeste", POBLADO + "poblado5.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado27.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado26.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado2.lpc:17:29: error: Undefined variable 'POBLADO'
   17 |    add_exit("este", POBLADO + "poblado1.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado35.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado34.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado3.lpc:17:29: error: Undefined variable 'POBLADO'
   17 |    add_exit("este", POBLADO + "poblado2.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado33.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado32.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/poblado/poblado32.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado31.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/room/poblado/poblado14.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado16.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado34.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado35.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/room/poblado/poblado20.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado7.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/poblado/poblado10.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado9.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado22.lpc:15:33: error: Undefined variable 'POBLADO'
   15 |    add_exit("noroeste", POBLADO + "poblado23.lpc", "path");
      |                                 ^
/w/oldcreators/xerxes/room/poblado/poblado29.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado28.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado24.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado23.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/poblado/poblado31.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado28.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado30.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado31.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado7.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado20.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado6.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado7.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado19.lpc:14:30: error: Undefined variable 'POBLADO'
   14 |    add_exit("norte", POBLADO + "poblado5.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado39.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado38.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado16.lpc:13:28: error: Undefined variable 'POBLADO'
   13 |    add_exit("sur", POBLADO + "poblado14.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/room/poblado/poblado9.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado8.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/room/poblado/poblado38.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado35.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/obj/cabeza.lpc:26:23: warning: Number of arguments to 'do_leer' disagrees with previous definition.
   26 | int do_leer(string que)
      |                       ^
/w/oldcreators/xerxes/urghak/npc/ogro_ciego.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/urghak/npc/serpiente.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/urghak/npc/cuervo.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/urghak/npc/lobo.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado18.lpc:14:28: error: Undefined variable 'POBLADO'
   14 |    add_exit("sur", POBLADO + "poblado5.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado11.lpc:13:29: error: Undefined variable 'POBLADO'
   13 |    add_exit("este", POBLADO + "poblado9.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado40.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado41.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado21.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado20.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado23.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado24.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado5.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado6.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado8.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado4.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado28.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado29.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado26.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado25.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado25.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado23.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado13.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado14.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado15.lpc:13:29: error: Undefined variable 'POBLADO'
   13 |    add_exit("este", POBLADO + "poblado14.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado1.lpc:17:30: error: Undefined variable 'POBLADO'
   17 |    add_exit("oeste", POBLADO + "poblado2.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado1.lpc:18:31: error: Undefined variable 'BOSQUE'
   18 |    add_exit("noreste", BOSQUE + "vete_a_saber.lpc", "path");
      |                               ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado12.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("oeste", POBLADO + "poblado9.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado37.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado36.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado17.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("oeste", POBLADO + "poblado14.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado36.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado35.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado4.lpc:19:30: error: Undefined variable 'POBLADO'
   19 |    add_exit("oeste", POBLADO + "poblado5.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado27.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado26.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado2.lpc:17:29: error: Undefined variable 'POBLADO'
   17 |    add_exit("este", POBLADO + "poblado1.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado35.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado34.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado3.lpc:17:29: error: Undefined variable 'POBLADO'
   17 |    add_exit("este", POBLADO + "poblado2.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado33.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado32.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado32.lpc:15:32: error: Undefined variable 'POBLADO'
   15 |    add_exit("noreste", POBLADO + "poblado31.lpc", "path");
      |                                ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado14.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado16.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado34.lpc:15:29: error: Undefined variable 'POBLADO'
   15 |    add_exit("este", POBLADO + "poblado35.lpc", "path");
      |                             ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado20.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado7.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado10.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado9.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado22.lpc:15:33: error: Undefined variable 'POBLADO'
   15 |    add_exit("noroeste", POBLADO + "poblado23.lpc", "path");
      |                                 ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado29.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado28.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado24.lpc:15:28: error: Undefined variable 'POBLADO'
   15 |    add_exit("sur", POBLADO + "poblado23.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado31.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado28.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado30.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado31.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado7.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado20.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado6.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado7.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado19.lpc:14:30: error: Undefined variable 'POBLADO'
   14 |    add_exit("norte", POBLADO + "poblado5.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado39.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("oeste", POBLADO + "poblado38.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado16.lpc:13:28: error: Undefined variable 'POBLADO'
   13 |    add_exit("sur", POBLADO + "poblado14.lpc", "path");
      |                            ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado9.lpc:13:30: error: Undefined variable 'POBLADO'
   13 |    add_exit("norte", POBLADO + "poblado8.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/poblado/poblado38.lpc:15:30: error: Undefined variable 'POBLADO'
   15 |    add_exit("norte", POBLADO + "poblado35.lpc", "path");
      |                              ^
/w/oldcreators/xerxes/urghak/room/bosque/bosque_main.lpc:42:61: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 |  "inertes: estaticas por la falta de viento que las meza.\n");
      |                                                             ^
  note: while loading '/w/xerxes/urghak/room/bosque/bosque_main' inherited by '/w/oldcreators/xerxes/urghak/room/bosque/bosque94'
/w/oldcreators/xerxes/urghak/room/bosque/bosque_main.lpc:47:25: error: Bad type for argument 1 of add_item ( string vs mixed * )
   47 |  "tan poco como a ti.\n");
      |                         ^
  note: while loading '/w/xerxes/urghak/room/bosque/bosque_main' inherited by '/w/oldcreators/xerxes/urghak/room/bosque/bosque94'
/w/oldcreators/xerxes/urghak/room/bosque/bosque_main.lpc:50:62: error: Bad type for argument 1 of add_item ( string vs mixed * )
   50 |         "esta cubierto por un denso manto de nubes grises.\n");
      |                                                              ^
  note: while loading '/w/xerxes/urghak/room/bosque/bosque_main' inherited by '/w/oldcreators/xerxes/urghak/room/bosque/bosque94'
/w/oldcreators/andorogynus/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
  note: while loading '/w/xerxes/urghak/room/bosque/bosque_main' inherited by '/w/oldcreators/xerxes/urghak/room/bosque/bosque34'
/w/oldcreators/andorogynus/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
  note: while loading '/w/xerxes/urghak/room/bosque/bosque_main' inherited by '/w/oldcreators/xerxes/urghak/room/bosque/bosque34'
/w/oldcreators/andorogynus/zona/obj/notepad.lpc:36:11: error: Type of returned value doesn't match function return type ( int vs void )
   36 |   return 1;
      |           ^
/w/oldcreators/andorogynus/zona/obj/notepad.lpc:45:11: error: Type of returned value doesn't match function return type ( int vs void )
   45 |   return 1;
      |           ^
/w/oldcreators/andorogynus/zona/obj/notepad.lpc:72:11: error: Type of returned value doesn't match function return type ( int vs void )
   72 |   return 1;
      |           ^
/w/oldcreators/andorogynus/zona/obj/notepad.lpc:118:11: error: Type of returned value doesn't match function return type ( int vs void )
  118 |   return 1;
      |           ^
/w/oldcreators/andorogynus/zona/obj/kit_comunicaciones.lpc:222:1: warning: Unused local variable 'env'
  222 | }
      | ^
/w/oldcreators/andorogynus/zona/obj/kit_comunicaciones.lpc:534:1: warning: Unused local variable 'rank'
  534 | }
      | ^
/w/oldcreators/andorogynus/zona/obj/kit_comunicaciones.lpc:534:1: warning: Unused local variable 'dom'
  534 | }
      | ^
/w/oldcreators/klendor/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/klendor/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/karndaragh/bestia.lpc:3: error: Cannot #include ./../path.h
/w/oldcreators/karndaragh/bestia.lpc:4:22: warning: Redeclaration of global variable 'spells'.
    4 | inherit "obj/monster";
      |                      ^
/w/oldcreators/karndaragh/bestia.lpc:42:18: warning: Number of arguments to 'event_enter' disagrees with previous definition.
   42 | void event_enter()
      |                  ^
/w/oldcreators/karndaragh/bestia.lpc:53:6: error: Undefined variable 'CREATOR'
   53 |      && obj[i]->query_name() !="estigio"
      |      ^
/w/oldcreators/karndaragh/templo.lpc:27:108: error: Bad type for argument 1 of add_item ( string vs mixed * )
   27 |             " al igual que el yelmo su rostro, y empuñando de forma amenazadora una espada y un escudo.\n");
      |                                                                                                            ^
/w/oldcreators/karndaragh/jardin.lpc:27:105: error: Bad type for argument 1 of add_item ( string vs mixed * )
   27 |    add_item(({"fortaleza","castillo"}),"Un enorme castillo de piedra se alza alrededor de la maleza. \n");
      |                                                                                                         ^
/w/oldcreators/karndaragh/jardin.lpc:31:78: error: Bad type for argument 1 of add_item ( string vs mixed * )
   31 |             "y parece como si la sombra de la muerte planeara sobre ellos.\n");
      |                                                                              ^
/w/oldcreators/jerkat/valle_dragon/item/pan_envasado.lpc:26:12: error: Type of returned value doesn't match function return type ( int vs void )
   26 |    return 1;
      |            ^
/w/oldcreators/jerkat/valle_dragon/nopc/levoi.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
  note: while loading '/w/jerkat/valle_dragon/room/valle_dragon' inherited by '/w/oldcreators/jerkat/valle_dragon/room/valle_18'
/w/oldcreators/jerkat/valle_dragon/nopc/ladron_trior.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/hab_valle.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster"; //  falta ver que tiene ese archivo y si esta..... //
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/mercader_trior.lpc:4:23: warning: Redeclaration of global variable 'spells'.
    4 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/mercader_trior.lpc:30:1: warning: Unused local variable 'objeto'
   30 | }/*setup*/
      | ^
/w/oldcreators/jerkat/valle_dragon/nopc/mosquito.lpc:3:22: warning: Redeclaration of global variable 'spells'.
    3 | inherit "obj/monster"; // se tiene que mirar que hay aki... //
      |                      ^
/w/oldcreators/jerkat/valle_dragon/nopc/dummy.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/dummy.lpc:3: warning: Macro 'ENV' redefined
  note: previous definition of 'ENV' was at /include/standard.h:21
/w/oldcreators/jerkat/valle_dragon/nopc/dummy.lpc:33:15: warning: Number of arguments to 'attack_by' disagrees with previous definition.
   33 | int attack_by()
      |               ^
/w/oldcreators/jerkat/valle_dragon/nopc/dummy.lpc:33:15: warning: Function attack_by inherited from '/obj/monster.lpc' does not match current function in return type ( void vs int )
   33 | int attack_by()
      |               ^
/w/oldcreators/jerkat/valle_dragon/nopc/dummy.lpc:37:16: warning: Number of arguments to 'do_death' disagrees with previous definition.
   37 | void  do_death()
      |                ^
/w/oldcreators/jerkat/valle_dragon/nopc/dummy.lpc:41:16: warning: Number of arguments to 'attack_ob' disagrees with previous definition.
   41 |  int attack_ob()
      |                ^
/w/oldcreators/jerkat/valle_dragon/nopc/dummy.lpc:41:16: warning: Function attack_ob inherited from '/std/living/combat.lpc' does not match current function in return type ( void vs int )
   41 |  int attack_ob()
      |                ^
/w/oldcreators/jerkat/valle_dragon/nopc/guardia_trior_dentro.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster"; //  falta ver que tiene ese archivo y si esta..... //
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/guardia_arquero.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster"; //  falta ver que tiene ese archivo y si esta..... //
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/chevoi.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster";
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/hab_trior.lpc:1:23: warning: Redeclaration of global variable 'spells'.
    1 | inherit "/obj/monster"; //  falta ver que tiene ese archivo y si esta..... //
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/guardia_trior.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster"; //  falta ver que tiene ese archivo y si esta..... //
      |                       ^
/w/oldcreators/jerkat/valle_dragon/nopc/guardia_poblado.lpc:3:23: warning: Redeclaration of global variable 'spells'.
    3 | inherit "/obj/monster"; //  falta ver que tiene ese archivo y si esta..... //
      |                       ^
/w/oldcreators/jerkat/workroom.lpc:38:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   38 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/jerkat/workroom.lpc:43:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   43 |       "for the room.\n");
      |                        ^
/w/oldcreators/repand/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/repand/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/vargath/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/oldcreators/vargath/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
/w/oldcreators/yihad/workroom.lpc:46:32: error: Bad type for argument 1 of add_item ( string vs mixed * )
   46 |       "is in need of repair.\n");
      |                                ^
/w/oldcreators/yihad/workroom.lpc:51:24: error: Bad type for argument 1 of add_item ( string vs mixed * )
   51 |       "for the room.\n");
      |                        ^
/w/oldcreators/yihad/espada_sanguinaria2.lpc:100:61: warning: Number of arguments to 'weapon_attack' disagrees with previous definition.
  100 | int weapon_attack(object defdr, object atckr,int damage_roll)
      |                                                             ^
/w/oldcreators/yihad/pruebas/pociones/roja.lpc:34:12: error: Type of returned value doesn't match function return type ( int vs void )
   34 |    return 1;
      |            ^
/w/oldcreators/yihad/pruebas/comida/pan.lpc:33:12: error: Type of returned value doesn't match function return type ( int vs void )
   33 |    return 1;
      |            ^
/w/oldcreators/yihad/pruebas/comida/pera.lpc:33:12: error: Type of returned value doesn't match function return type ( int vs void )
   33 |    return 1;
      |            ^
