mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Adjusted suggested use so that it works.
Previously gave an incomplete path leading to an importerror.
This commit is contained in:
parent
1b24bacc12
commit
f58ac47b63
1 changed files with 1 additions and 1 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue