u/m/mtl/std/car.c line 67: Undefined function receive_damage before ;
u/m/mtl/std/car.c line 76: Undefined function remove_all_enemy before ;
u/m/mtl/std/car.c line 77: Undefined function die before ;
u/m/mtl/std/car.c line 78: Undefined function unconcious before ;
u/m/mtl/std/car.c line 96: Undefined function is_fighting before the end of line
u/m/mtl/std/car.c line 103: Undefined function attack before ;
u/m/mtl/std/car.c line 67: Undefined function receive_damage before ;
u/m/mtl/std/car.c line 76: Undefined function remove_all_enemy before ;
u/m/mtl/std/car.c line 77: Undefined function die before ;
u/m/mtl/std/car.c line 78: Undefined function unconcious before ;
u/m/mtl/std/car.c line 96: Undefined function is_fighting before the end of line
u/m/mtl/std/car.c line 103: Undefined function attack before ;
u/m/mtl/std/car.c line 67: Undefined function receive_damage before ;
u/m/mtl/std/car.c line 76: Undefined function remove_all_enemy before ;
u/m/mtl/std/car.c line 77: Undefined function die before ;
u/m/mtl/std/car.c line 78: Undefined function unconcious before ;
u/m/mtl/std/car.c line 96: Undefined function is_fighting before the end of line
u/m/mtl/std/car.c line 103: Undefined function attack before ;
u/m/mtl/std/car.c line 67: Undefined function receive_damage before ;
u/m/mtl/std/car.c line 76: Undefined function remove_all_enemy before ;
u/m/mtl/std/car.c line 77: Undefined function die before ;
u/m/mtl/std/car.c line 78: Undefined function unconcious before ;
u/m/mtl/std/car.c line 96: Undefined function is_fighting before the end of line
u/m/mtl/std/car.c line 103: Undefined function attack before ;
/u/m/mtl/std/car.lpc:3: warning: Unknown #pragma, ignored.
/u/m/mtl/std/car.lpc:67:36: error: Undefined function receive_damage
   67 |         receive_damage ("kee", hurt);
      |                                    ^
/u/m/mtl/std/car.lpc:76:34: error: Undefined function remove_all_enemy
   76 |                 remove_all_enemy();
      |                                  ^
/u/m/mtl/std/car.lpc:77:39: error: Undefined function die
   77 |                 if( !living(me) ) die();
      |                                       ^
/u/m/mtl/std/car.lpc:78:33: error: Undefined function unconcious
   78 |                 else unconcious();
      |                                 ^
/u/m/mtl/std/car.lpc:84:34: error: Undefined function remove_all_enemy
   84 |                 remove_all_enemy();
      |                                  ^
/u/m/mtl/std/car.lpc:85:21: error: Undefined function die
   85 |                 die();
      |                     ^
/u/m/mtl/std/car.lpc:3: warning: Unknown #pragma, ignored.
  note: while loading '/u/m/mtl/std/car' inherited by '/u/m/mtl/killer/car'
/u/m/mtl/std/car.lpc:67:36: error: Undefined function receive_damage
   67 |         receive_damage ("kee", hurt);
      |                                    ^
  note: while loading '/u/m/mtl/std/car' inherited by '/u/m/mtl/killer/car'
/u/m/mtl/std/car.lpc:76:34: error: Undefined function remove_all_enemy
   76 |                 remove_all_enemy();
      |                                  ^
  note: while loading '/u/m/mtl/std/car' inherited by '/u/m/mtl/killer/car'
/u/m/mtl/std/car.lpc:77:39: error: Undefined function die
   77 |                 if( !living(me) ) die();
      |                                       ^
  note: while loading '/u/m/mtl/std/car' inherited by '/u/m/mtl/killer/car'
/u/m/mtl/std/car.lpc:78:33: error: Undefined function unconcious
   78 |                 else unconcious();
      |                                 ^
  note: while loading '/u/m/mtl/std/car' inherited by '/u/m/mtl/killer/car'
/u/m/mtl/std/car.lpc:84:34: error: Undefined function remove_all_enemy
   84 |                 remove_all_enemy();
      |                                  ^
  note: while loading '/u/m/mtl/std/car' inherited by '/u/m/mtl/killer/car'
/u/m/mtl/std/car.lpc:85:21: error: Undefined function die
   85 |                 die();
      |                     ^
  note: while loading '/u/m/mtl/std/car' inherited by '/u/m/mtl/killer/car'
/u/m/mtl/killer/yar.lpc:6: warning: Macro 'SKILL_D' redefined
  note: previous definition of 'SKILL_D' was at /include/globals.h:44
/u/m/mtl/killer/shadow-kill.lpc:108:2: error: syntax error, unexpected '{'
  108 |  {
      |  ^
/u/m/mtl/killer/shadow-kill.lpc:116:51: error: syntax error, unexpected ';'
  116 |  int my_bell = (int) (me->query("bellicosity")/20);
      |                                                   ^
/u/m/mtl/killer/shadow-kill.lpc:141:48: error: syntax error, unexpected ';'
  141 |  int my_shadow=me->query_skill("shadow-kill",1);
      |                                                ^
/u/m/mtl/killer/shadow-kill.lpc:153:48: error: syntax error, unexpected ';'
  153 |  int my_shadow=me->query_skill("shadow-kill",1);
      |                                                ^
/u/m/mtl/killer/shadow-kill.lpc:167:48: error: syntax error, unexpected ';'
  167 |  int my_shadow=me->query_skill("shadow-kill",1);
      |                                                ^
/u/m/mtl/killer/shadow-kill.lpc:168:26: error: Undefined variable 'my_shadow'
  168 |  int time=(int) my_shadow/10;
      |                          ^
/u/m/mtl/obj/car.lpc:48:1: warning: Value of conditional expression is unused
   48 | }
      | ^
/u/m/mtl/std/car.lpc:3: warning: Unknown #pragma, ignored.
/u/m/mtl/std/car.lpc:67:36: error: Undefined function receive_damage
   67 |         receive_damage ("kee", hurt);
      |                                    ^
/u/m/mtl/std/car.lpc:76:34: error: Undefined function remove_all_enemy
   76 |                 remove_all_enemy();
      |                                  ^
/u/m/mtl/std/car.lpc:77:39: error: Undefined function die
   77 |                 if( !living(me) ) die();
      |                                       ^
/u/m/mtl/std/car.lpc:78:33: error: Undefined function unconcious
   78 |                 else unconcious();
      |                                 ^
/u/m/mtl/std/car.lpc:84:34: error: Undefined function remove_all_enemy
   84 |                 remove_all_enemy();
      |                                  ^
/u/m/mtl/std/car.lpc:85:21: error: Undefined function die
   85 |                 die();
      |                     ^
/u/m/mtl/std/car.lpc:3: warning: Unknown #pragma, ignored.
  note: while loading '/u/m/mtl/std/car' inherited by '/u/m/mtl/killer/car'
/u/m/mtl/std/car.lpc:67:36: error: Undefined function receive_damage
   67 |         receive_damage ("kee", hurt);
      |                                    ^
  note: while loading '/u/m/mtl/std/car' inherited by '/u/m/mtl/killer/car'
/u/m/mtl/std/car.lpc:76:34: error: Undefined function remove_all_enemy
   76 |                 remove_all_enemy();
      |                                  ^
  note: while loading '/u/m/mtl/std/car' inherited by '/u/m/mtl/killer/car'
/u/m/mtl/std/car.lpc:77:39: error: Undefined function die
   77 |                 if( !living(me) ) die();
      |                                       ^
  note: while loading '/u/m/mtl/std/car' inherited by '/u/m/mtl/killer/car'
/u/m/mtl/std/car.lpc:78:33: error: Undefined function unconcious
   78 |                 else unconcious();
      |                                 ^
  note: while loading '/u/m/mtl/std/car' inherited by '/u/m/mtl/killer/car'
/u/m/mtl/std/car.lpc:84:34: error: Undefined function remove_all_enemy
   84 |                 remove_all_enemy();
      |                                  ^
  note: while loading '/u/m/mtl/std/car' inherited by '/u/m/mtl/killer/car'
/u/m/mtl/std/car.lpc:85:21: error: Undefined function die
   85 |                 die();
      |                     ^
  note: while loading '/u/m/mtl/std/car' inherited by '/u/m/mtl/killer/car'
/u/m/mtl/killer/yar.lpc:6: warning: Macro 'SKILL_D' redefined
  note: previous definition of 'SKILL_D' was at /include/globals.h:44
/u/m/mtl/killer/shadow-kill.lpc:108:2: error: syntax error, unexpected '{'
  108 |  {
      |  ^
/u/m/mtl/killer/shadow-kill.lpc:116:51: error: syntax error, unexpected ';'
  116 |  int my_bell = (int) (me->query("bellicosity")/20);
      |                                                   ^
/u/m/mtl/killer/shadow-kill.lpc:141:48: error: syntax error, unexpected ';'
  141 |  int my_shadow=me->query_skill("shadow-kill",1);
      |                                                ^
/u/m/mtl/killer/shadow-kill.lpc:153:48: error: syntax error, unexpected ';'
  153 |  int my_shadow=me->query_skill("shadow-kill",1);
      |                                                ^
/u/m/mtl/killer/shadow-kill.lpc:167:48: error: syntax error, unexpected ';'
  167 |  int my_shadow=me->query_skill("shadow-kill",1);
      |                                                ^
/u/m/mtl/killer/shadow-kill.lpc:168:26: error: Undefined variable 'my_shadow'
  168 |  int time=(int) my_shadow/10;
      |                          ^
/u/m/mtl/obj/car.lpc:48:1: warning: Value of conditional expression is unused
   48 | }
      | ^
