MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: [PROG] Re: chat rooms



>@create $thing named microphone
>@prop microphone.broadcast_to {}
Considering the purpose of this MOO is to listen to the speaker.. I'd
say this would be all rooms, and thus $object_utils:descendants(#3)
would work nicely.
>@verb microphone:tell this none this rx
>@program microphone:tell
>msg = tostr("[from ", this.location:name(), "] ", @args);
>for room in (this.broadcast_to)
Once again noting that for all rooms.. a suspend of some sort should be
here.
>  room:announce_all(msg);
>endfor
>



Home | Subject Index | Thread Index