[MUD-Dev] Flow of messages

sanxion sanxion sanxion2002 at yahoo.com
Wed May 14 01:50:49 CEST 2003


>From Brian Lindahl <lindahlb at hotmail.com>:

> The model I use is one of a pipeline: brain <-> body
> <->environment.

Interesting as I also use brains and bodies... you seem to be using
a very similar model.

One problem I'm having is a simple thing such as handling the
display/prompt. I want all related messages to appear in one clump,
like this:

  <115/115 hp>
  line here
  line here
  line here
  <115/115 hp>

The problem is that the three lines above are generated by three
seperate events. How should I make sure that a number of events are
grouped? An obvious way would be to group events into buckets and
simply pass the bucket to everyone interested. This solution sends
too much information to too many.  Ideas?

Sax

<EdNote: Bob Pendleton's lists (and their archives) may be a better
venue for questions like this.>
_______________________________________________
MUD-Dev mailing list
MUD-Dev at kanga.nu
https://www.kanga.nu/lists/listinfo/mud-dev



More information about the mud-dev-archive mailing list