Hi, everyone. Sorry to bother you, but I’m working on my first game, and I keep getting this error message that says “bad label label education” when I try testing my game by running it in my brower. I’ve used the label command before in other files when working on some other ideas and never encountered this error then. I checked the ChoiceScriptDev wiki and it says that it’s the result of a spelling error, but I even when I changed the label (in both the *goto and *label command lines) to a simple “A”, I got the error. Does anybody have any idea what could be causing this? I’d really appreciate your help. Thank you!
It sounds to me like you’ve got -
*goto label education
when all it needs is -
*goto education
2 Likes
Oh my gosh, I did! I feel like such an idiot! Thanks so much for your help!! <3
NP. What I would add though is that there’s absolutely no reason to feel embarrassed as I can guarantee we’ve all done something like this at one time or another (some of us often still do ) and sometimes it just takes a fresh pair of eyes to see the obvious.
2 Likes