From 9849f6a0b5392b2655df124c8d7efc3fe5b2fd0e Mon Sep 17 00:00:00 2001 From: iLPdev Date: Sun, 20 Aug 2023 09:16:22 -0700 Subject: [PATCH] docs(tutorial-building): :memo: update `script self` exmple --- .../Part1/Beginner-Tutorial-Building-Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Building-Quickstart.md b/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Building-Quickstart.md index a6f45fbbca..26e0d6efcb 100644 --- a/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Building-Quickstart.md +++ b/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Building-Quickstart.md @@ -128,7 +128,7 @@ The above string tells Evennia to dig up the Python code at the place we indicat Wait a while and you will notice yourself starting to make random observations... - script self + script self = The above command will show details about scripts on the given object, in this case your self. The `examine` command also includes such details.