I'm not sure if this is possible but im sure there is a way to it.
My idea is to set a few commands like:
- turtle.showName(Name of the turtle or a variable) –If there is no name entered and there is a label it will show the label of the turtle (there should be a limit of letters and/or numbers you can show)
- turtle.hideName() –Simple will hide the name
- turtle.getName(variable) –will get the name it is showing and store it in a variable
- turtle.getNameFront(variable) –saves the turtle's name in the front of the turtle that using the command and storing it on a variable (can be used to give information from one turtle to another)
- turtle.getNameDown – does the same thing as front but checks under the turtle
- turtle.getNameUp – same thing but up
I think this is all of it but keep in mind that this is only for turtles because computers having a name would look a bit weird.
Some things that can be used with this:
- adventure maps (shops and stuff)
- showing information without having to open the turtle
- turtle mini games (health bar?)
- for fun
Also here's a picture for the idea:
Spoiler
Thanks for reading and have a nice day!
-Wies
EDIT: added a picture