evennia/evennia/contrib/tutorials/mirror
2022-11-10 22:21:12 +01:00
..
__init__.py Fix all unit tests for contribs 2021-12-19 20:39:46 +01:00
mirror.py Format code imports 2022-11-10 22:21:12 +01:00
README.md Clean up contrib docs, autogeneration 2022-01-08 15:04:07 +01:00

TutorialMirror

Contribution by Griatch, 2017

A simple mirror object to experiment with. It will respond to being looked at.

  • echoes back the description of the object looking at it
  • echoes back whatever is being sent to its .msg - to the sender, if given, otherwise to the location of the mirror.

Installation

Create the mirror with

create/drop mirror:contrib.tutorials.mirror.TutorialMirror

Then look at it.