
     eeeennnnaaaabbbblllleeee____ccccoooommmmmmmmaaaannnnddddssss((((3333))))     MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))      eeeennnnaaaabbbblllleeee____ccccoooommmmmmmmaaaannnnddddssss((((3333))))

     NNNNAAAAMMMMEEEE
          enable_commands() - allow object to use 'player' commands

     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
          void enable_commands( void );

     DDDDEEEESSSSRRRRIIIIPPPPTTTTIIIIOOOONNNN
          enable_commands() marks this_object() as a living object,
          and allows it to use commands added with add_action() (by
          using command()).  When enable_commands() is called, the
          driver also looks for the local function catch_tell(), and
          if found, it will call it every time a message (via say()
          for example) is given to the object.

     BBBBUUUUGGGGSSSS
          Do not call this function in any other place than create()
          or strange things will likely occur.

     SSSSEEEEEEEE AAAALLLLSSSSOOOO
          this_object(3), living(3), add_action(3), command(3),
          catch_tell(4), say(3), create(4)

     Page 1                                          (printed 3/16/95)

