So, recently I’m working on a story and I decided to let the readers customize the character’s name and look. I used the code:
label name
input What’s Your first Name?|What’s Your First Name?|Done(NAME)
if (NAME is “”) {
NARRATOR
You do need a name.
goto name
} else {
continue
}
Then I started my story and this appeared:
What is this and why does it say “Auto Bot” instead of my character’s display name which is @NAME ? Does it appear on mobile or what? Please urgent help needed here <3