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!