I’m a noob to choicescript, have 0 experience with coding of any kind, but I’m getting interested in these kinds of games. I’ve typed out a little bit of a game, and need to check my progress to make sure I know what I’m doing, and it’s correct.
That said, I cannot figure out how to run the tests. I try to run the batch file with my game, but it’s not working all I get is a little scrap of gibberish text I can’t understand. I’m likely doing something so obviously wrong that it’s embarrasing, but I need a way to test it. I’ve also tried opening the html file in firefox, but all I get is a loading screen that continues to load forever.
Some help would be greatly appreciated
Loading failed for the with source “file:///C:/Users/dyson_y0xtcba/AppData/Local/Temp/Temp1_dfabulich-choicescript-7c0a4a6.zip/dfabulich-choicescript-7c0a4a6/web/scene.js”.
quicktest.html:5
Loading failed for the with source “file:///C:/Users/dyson_y0xtcba/AppData/Local/Temp/Temp1_dfabulich-choicescript-7c0a4a6.zip/dfabulich-choicescript-7c0a4a6/web/navigator.js”.
quicktest.html:6
Loading failed for the with source “file:///C:/Users/dyson_y0xtcba/AppData/Local/Temp/Temp1_dfabulich-choicescript-7c0a4a6.zip/dfabulich-choicescript-7c0a4a6/web/util.js”.
quicktest.html:7
Loading failed for the with source “file:///C:/Users/dyson_y0xtcba/AppData/Local/Temp/Temp1_dfabulich-choicescript-7c0a4a6.zip/dfabulich-choicescript-7c0a4a6/editor/embeddable-autotester.js”.
quicktest.html:8
ReferenceError: SceneNavigator is not defined
[Learn More]
quicktest.html:11:1
ReferenceError: knownScenes is not defined
[Learn More]
quicktest.html:155:7
The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.
This is the entire message. I tried reading through it, but my pitiful knowledge of this subject just makes it seem like gibberish. Thanks in advance!