For all those that want to make "scripting" much much easier:

frankly, notepad sucks to write and debug code in.
if you are going to ever edit or write a script use this:
http://notepad-plus.sourceforge.net/uk/site.htmIt will at least give you line numbers for debugging, recolors different kinds of text different colors for easy reading. helps you indent, and a couple other things that are just better.
If you really want to make "scripting" easier, pick up a copy of Visual Basic 6.0 ( you should be able to get it free somehow if you are a college student.) This will basically do everything notepad++ will do, but so much more. It will auto-fill object hierarchies for you, which is probably the most confusing part of scripting for the beginner (either new to programming or just new to scripting SGDK.) It really can't be understated how much of a help this is. Literally, all you have to do is type "GdPlayer." and you have the whole engine at your fingertips.
Also, You will get much more detailed error messages and be able to step code to find errors easier without restarting the project. It also makes objects much easier to deal with sense you don't have to worry about that .hostobj command for vbs. Another benefit is you can split your code up among modules instead of having one big script file to have to scroll up and down on.
If you have visual basic and want to try it
Look at this thread for download of a fully working example and how to use it:
http://gamedev.comdel.net/index.php?topic=658.0