First version of moved contrib tests
This commit is contained in:
parent
a6cb94056c
commit
04a95297b5
37 changed files with 4135 additions and 3589 deletions
17
evennia/contrib/tutorials/mirror/README.md
Normal file
17
evennia/contrib/tutorials/mirror/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# TutorialMirror
|
||||
|
||||
A simple mirror object to experiment with.
|
||||
|
||||
A simple mirror object that
|
||||
|
||||
- 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue