Can you remember the exact sequence of things you did that caused the problem?
Not precisely, I'm afraid - I kind of panicked. I called the new script myScripts.asc then when I saw what happened, I renamed it to "whoops" and I think I omitted the extention, then I think I tried renaming it with the extension back on. I renamed it quite a few times, I can remember that, but precisely what and in what order I'm afraid I don't know.
What has happened with the names of the new script? Are you saying that the .ASC file is now called "GlobalScript" but the .ASH file is called something else?
I ended up with 2 copies of GlobalScript.asc both of which worked, with one GlobalScript.ash which also worked fine.
Like I said above, this whole cock up is easily fixed since the offending <script>...</script> bits can be zapped out of the game.agf file in notepad which was incredibly handy

This is what I ended up with in the file:
<Script>
<FileName>whoops.asc.ash</FileName>
<Name />
<Description />
<Author />
<Version />
<Key>1767744287</Key>
<IsHeader>True</IsHeader>
</Script>
<Script>
<FileName>GlobalScript.asc</FileName>
<Name />
<Description />
<Author />
<Version />
<Key>1767744287</Key>
<IsHeader>False</IsHeader>
</Script>
<Script>
<FileName>KeyboardMovement_102.ash</FileName>
<Name>KeyboardMovement</Name>
<Description>Allows to move the player character using the keyboard.
See KeyboardMovement.txt for details.
</Description>
<Author>Rui "Brisby" Pires / strazer</Author>
<Version>1.02</Version>
<Key>160503183</Key>
<IsHeader>True</IsHeader>
</Script>
<Script>
<FileName>KeyboardMovement_102.asc</FileName>
<Name>KeyboardMovement</Name>
<Description>Allows to move the player character using the keyboard.
See KeyboardMovement.txt for details.
</Description>
<Author>Rui "Brisby" Pires / strazer</Author>
<Version>1.02</Version>
<Key>160503183</Key>
<IsHeader>False</IsHeader>
</Script>
<Script>
<FileName>GlobalScript.ash</FileName>
<Name />
<Description />
<Author />
<Version />
<Key>1959917563</Key>
<IsHeader>True</IsHeader>
</Script>
<Script>
<FileName>GlobalScript.asc</FileName>
<Name />
<Description />
<Author />
<Version />
<Key>1959917563</Key>
<IsHeader>False</IsHeader>
</Script>
</Scripts>
You can see how "GlobalScript.asc" got defined in there twice somehow, and that there's a "whoops.asc.ash" but no .asc with it.
Thanks for making the .agf files friendly

CB