From f58ac47b63b8f76d78d94adc31899579c314d0da Mon Sep 17 00:00:00 2001 From: CloudKeeper1 Date: Sun, 26 Feb 2017 19:04:06 +1100 Subject: [PATCH] Adjusted suggested use so that it works. Previously gave an incomplete path leading to an importerror. --- evennia/contrib/tutorial_examples/bodyfunctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/tutorial_examples/bodyfunctions.py b/evennia/contrib/tutorial_examples/bodyfunctions.py index 70bdf6de6f..ea478cbb40 100644 --- a/evennia/contrib/tutorial_examples/bodyfunctions.py +++ b/evennia/contrib/tutorial_examples/bodyfunctions.py @@ -3,7 +3,7 @@ Example script for testing. This adds a simple timer that has your character make observations and notices at irregular intervals. To test, use - @script me = examples.bodyfunctions.BodyFunctions + @script me = tutorial_examples.bodyfunctions.BodyFunctions The script will only send messages to the object it is stored on, so make sure to put it on yourself or you won't see any messages!