Whenever I try to run a test in the Basic ChoiceScript Editor I get “Script Error” when it starts and then the options and text I placed are there. When I try to select one of the options: "
is missing from index.html"
my script looks like this:
*create Blossom 50
*create Bubbles 50
coisa
*choice
#Option 1
result 1
*finish
#option 2
result 2
*finish
#option 3
result 3
*finish ```
idk what I'm doing