
     iiiinnnniiiitttt((((4444))))                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))))                 iiiinnnniiiitttt((((4444))))

     NNNNAAAAMMMMEEEE
          init - function in an object called by move_object() to
          initialize verb/actions

     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 init( void );

     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
          When the mudlib moves an object "A" inside another object
          "B", the driver (the move_object() efunction) does the
          following:

          1.   if "A" is living, causes "A" to call the init() in "B"

          2.   causes each living object in the inventory of "B" to
               call init() in "A".  regardless of whether "A" is
               living or not.

          3.   if "A" is living, causes "A" to call the init() in each
               object in the inventory of "B".

          Note: an object is considered to be living if
          enable_commands(3) has been called by that object.

          Typically, the init(4) function in an object is used to call
          add_action(3) for each command that the object offers.

     SSSSEEEEEEEE AAAALLLLSSSSOOOO
          reset(4), move_object(3), enable_commands(3), living(3),
          add_action(3)

     Page 1                                          (printed 3/16/95)

