OK so I noticed that lots of people come on the forums for scripting help. We can all understand that. But things like "how can i learn to script when i dont know what im doing" is a bit pointless? Gscript is a logical language.
if (something happens) {
then do this;
}
or
for (this,that,other) {
do the other until that or whatever isnt true;
}
All the commands are pretty simple/self-explanitory.