
TELL_GROUP(2)              silmul_efun              TELL_GROUP(2)

名称
     tell_group - 送给指定的一堆玩家指定的讯息

语法
     int tell_group (mixed file, string msg);

描述
     From the comments in the file:

     tell_group - tell a group of people specified in  a  file  a
     message The "file" argument may be one of the following:
       o The name of a file containing the names of the people
       o An array of objects to tell
       o An array of names to be told
       o If the first value of an array of string == "FILES"
         then a list of files which contain the names.

     Note:  The people who receive this message do not have to be
     in the same room.  Useful for implementing e.g. guild "chat"
     channels, etc.

其它参考档案
     /adm/simul_efun/tell_group.c, /adm/simul_efun/tell_object.c

作者
     Ichabod@TMI, 3/12/93
     wade@future 4/8/1996 翻译

MudOS Release 0.9         Last change:                   3-19-93

