diff --git a/evennia/commands/_trial_temp/_trial_marker b/evennia/commands/_trial_temp/_trial_marker new file mode 100755 index 0000000000..e69de29bb2 diff --git a/evennia/utils/create.py b/evennia/utils/create.py index 182a1e4ba3..74fa49ffa2 100644 --- a/evennia/utils/create.py +++ b/evennia/utils/create.py @@ -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.