From 1ddf7d43c31c64f44e3ea41486dcd472118749f7 Mon Sep 17 00:00:00 2001 From: Antrare Date: Sat, 7 Jan 2023 08:01:59 +1100 Subject: [PATCH] Update evform.py --- evennia/utils/evform.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: