Fixes to inline_python
This commit is contained in:
parent
a02758445d
commit
1e7603024e
1 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
"""
|
"""
|
||||||
Typeclasses for the in-game Python system.
|
Typeclasses for the in-game Python system.
|
||||||
|
|
||||||
To use them, one should inherit from these classes (EventObject,
|
To use them, change your base typeclasses to inherit from the classes in this
|
||||||
EventRoom, EventCharacter and EventExit).
|
module (EventObject, EventRoom, EventCharacter and EventExit) instead of the
|
||||||
|
default ones in evennia core.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue