docs(tutorial-beginner): 📝 remove switch reference

This commit is contained in:
iLPdev 2023-08-20 09:45:12 -07:00
parent 12f2860156
commit 8632e3c064

View file

@ -151,7 +151,7 @@ Let's make us one of _those_!
create/drop button:tutorials.red_button.RedButton
Enter the above command, switch, and Python-path and there you go — one red button! Just as in the Script example earlier, we have specified a "Python-path" to the Python code that we want Evennia to use for creating the object.
Enter the above command with Python-path and there you go — one red button! Just as in the Script example earlier, we have specified a Python-path to the Python code that we want Evennia to use for creating the object.
The RedButton is an example object intended to show off a few of Evennia's features. You will find that the [Typeclass](../../../Components/Typeclasses.md) and [Commands](../../../Components/Commands.md) controlling it are inside [evennia/contrib/tutorials/red_button](../../../api/evennia.contrib.tutorials.red_button.md).