evennia/evennia/scripts/__init__.py
2017-07-07 23:47:21 +02:00

7 lines
229 B
Python

"""
This sub-package holds the Scripts system. Scripts are database
entities that can store data both in connection to Objects and Accounts
or globally. They may also have a timer-component to execute various
timed effects.
"""