Hi Shirra,
As far as I can tell, from digging and contributing to the code,
Evennia is a working starting system, albeit (intentionally) bare-
bones. Mobiles are not included out of the box, but it's not hard to
code objects moving around using the Event system.
Rooms, personal descriptions, pose/say as well as ooc message boards
are all there (including cool inter-mud messaging, really giving an
irc-feel). If I remember correctly also page/tells work fine. Access-
levels for people are there, but I think this is mainly a staff/normal
member division from the onset (I've not studied this too much, but I
think adding new ranks should be rather trivial, you do need to set up
your own versions of those commands of course).
I'd say it could work just fine as a purely social environment already
from the onset. And coding for it (also ŕeally complex stuff) is
actually really nice since you just code everything in a python
module. I have tried several bare-bones systems but this pure python
implementation with django/tango beneath is by far the most flexible
for my needs at least.
.
Griatch