Adjusted suggested use so that it works.

Previously gave an incomplete path leading to an importerror.
This commit is contained in:
CloudKeeper1 2017-02-26 19:04:06 +11:00 committed by Griatch
parent 1b24bacc12
commit f58ac47b63

View file

@ -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!