Guys and umm… “gals”, i need a little help with my choicescript project, if my charecter isn’t named and i press stats button, it displays an error, “non -existent varable ‘name’.” plz guys…and gals, i need ur help.
in mygame.js make sure you declare the variable with a default value.
,name: “noname”
For example.