diff --git a/evennia/utils/evform.py b/evennia/utils/evform.py index 8df6822e6a..111c8b8722 100644 --- a/evennia/utils/evform.py +++ b/evennia/utils/evform.py @@ -61,8 +61,8 @@ Usage ```python from evennia import EvForm, EvTable -# create a new form from the template - do not include the .py of the filename! -form = EvForm("path/to/testform") +# create a new form from the template - using the python path +form = EvForm("path.to.testform") # alteratively, you can supply the template as a dict: