I’m very new at coding and I’m starting to have some trouble giving the reader a name despite reading the Introduction to Choice Script. What I’m doing is, on the startup.txt, I am typing *create name “unknown” (I am trying to have their name be unknown until they get the option to change it…which I obviously don’t know how to do, but I figured I’d learn this first)
Then on the stats.txt, I type,
text name
I have also tried to type, text name “unknown” on the stats.txt, but both result in it telling me,
Invalid expression, couldn’t extract another token: “unknown"
I’m not entirely sure what I’m doing wrong, even though I’m positive it is an obvious mistake that I should have easily figured out myself. Still, I’d appreciate if you can help a newcomer with this problem.
I did put it before, I actually have a few percentages that are working fine. I indented the text name the same amount of spaces as the other percentages and the same error keeps appearing.