added return docstring on create_script

This commit is contained in:
trhr 2020-05-03 23:56:50 -05:00
parent f0eda7db74
commit aa2409fc64
2 changed files with 3 additions and 0 deletions

View file

View file

@ -232,6 +232,9 @@ def create_script(
attributes (list): List if tuples (key, value) or (key, value, category)
(key, value, lockstring) or (key, value, lockstring, default_access).
Returns:
script (obj): An instance of the script created
See evennia.scripts.manager for methods to manipulate existing
scripts in the database.