In order to learn SCI Studio and the SCI language as much as possible, I started out with a blank game and started adding in scripts manually to best understand how they work. So I called up the Script Editor (from within SCI Studio) and made a Main.sc file.
When I go to Add that script into the general game, I get the following error:
"The file you are trying to add, C:\SCIStudio\Games\_Exericse\Main.sc, is not a valid SCI resource, or does not contain a valid header."
My question is: why is this happening?
(Note: I realize I can just go through the template and use those files. But a development system should also let you create those files from scratch. So I am curious what I am doing wrong that is preventing me from doing this.)