SAY(1) SAY(1)
NNAAMMEE
_s_a_y_(_) - sends a message to objects in the same room as
command giver
SSYYNNOOPPSSIISS
varargs void say(mixed str, object ob)
DDEESSCCRRIIPPTTIIOONN
This function sends a message, the first argument, to all
users in the same room as the command giver other than the
command giver (_t_h_i_s___p_l_a_y_e_r_(_)). The message is sent as
message class "other_action". If a second argument is
given, that object is excluded from hearing the message.
NNOOTTEESS
This is an override of the MudOS efun by the same name.
In order to be AMCP compliant, all messages need to go
through _r_e_c_e_i_v_e___m_e_s_s_a_g_e_(_). This function allows creators
to continuing using the oldstyle messaging while remaining
compliant.
LLOOCCAATTIIOONN
/secure/SimulEfun/communications.c
SSEEEE AALLSSOO
_m_e_s_s_a_g_e_(_), _w_r_i_t_e_(_)
AAuutthhoorr
Descartes of Borg
1