MUD-Dev
mailing list archive
[ Other Periods
| Other mailing lists
| Search
]
Date:
[ Previous
| Next
]
Thread:
[ Previous
| Next
]
Index:
[ Author
| Date
| Thread
]
Re: [MUD-Dev] Re: Dynamic muds
On 9/23/99, at 3:42 PM, Ilya, Game Commandos wrote:
>I've seen our friend at The Eternal City implement this the
>other way around (and was fascinated by it) -- that is, there
>are group objects. You can look for things in this group. At
>the time someone does that, one particular example of a member
>of that group is created. Until then, the group objects are
>all that exist. And eventually, the individual instantiations
>are subsumed into the group, if possible.
>
>I have a few ideas to extend this, but that's the core idea.
>
>Anybody else doing this, or have thoughts about this?
Discworld does this with money currently (I am sure other people do similar
things with money as well). Someone is also working on a group npc object
which behaves in the same way as the money does, it splits off into bits
when it is asked to do so.
Items in rooms work sort of like this too, the item keeps track of what is
was queried on and then returns that description. This allows the items to
function as real objects and real targets without actualy being multiple
objects and targets.
It does create some problems... Especially (I imagine) if you did not plan
on doing it like that from the start and your trying to integrate it into
an existing system.
Fluffy down the floor,
David.
PS http://imaginaryrealities.imaginary.com - Imaginary Realities, the
magazine of your mind.
_______________________________________________
MUD-Dev maillist - MUD-Dev#kanga,nu
http://www.kanga.nu/lists/listinfo/mud-dev
- Thread context:
- Re: [MUD-Dev] Re: Dynamic muds, (continued)
- Re: [MUD-Dev] Re: Dynamic muds,
Emil Eifrém emil#windh,com, Thu 23 Sep 1999, 21:05 GMT
- Re: [MUD-Dev] Re: Dynamic muds,
Ilya, Game Commandos Ilya#gamecommandos,com, Fri 24 Sep 1999, 00:39 GMT
- Re: [MUD-Dev] Re: Dynamic muds,
David Bennett ddt#discworld,imaginary.com, Fri 24 Sep 1999, 03:21 GMT
- Re: [MUD-Dev] Re: Dynamic muds,
Christopher Allen - GM Fangs GMFangs#ASMRB,ORG, Fri 24 Sep 1999, 03:22 GMT
- Re: [MUD-Dev] Re: Dynamic muds,
Spin spin#triode,net.au, Fri 24 Sep 1999, 03:54 GMT
- Re: [MUD-Dev] Re: Dynamic muds,
Chris Turner christ#rd,bbc.co.uk, Mon 27 Sep 1999, 16:59 GMT
[ Other Periods
| Other mailing lists
| Search
]