ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示

/doc/applies/interactive/receive_message

HOME :: doc :: applies :: interactive :: receive_message

     rrrreeeecccceeeeiiiivvvveeee____mmmmeeeessssssssaaaaggggeeee((((4444))))     MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))      rrrreeeecccceeeeiiiivvvveeee____mmmmeeeessssssssaaaaggggeeee((((4444))))

     NNNNAAAAMMMMEEEE
          receive_message - provides the interface used by the message
          efun.

     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
          void receive_message( string class, string message );

     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
          The message() efun calls this method in the player object.
          The class parameter is typically used to indicate the class
          (say, tell, emote, combat, room description, etc) of the
          message.  The receive_message() apply together with the
          message() efun can provide a good mechanism for interfacing
          with a "smart" client.

     SSSSEEEEEEEE AAAALLLLSSSSOOOO
          catch_tell(4), message(3), receive(3), receive_snoop(4)

     Page 1                                          (printed 3/16/95)

HOME :: doc :: applies :: interactive :: receive_message