
03-16-2003, 01:00 PM
|
|
Script-fu
|
 |
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
|
|
People learning to script
|
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.
Am I the only one who thinks that? |
__________________
|
|
|
|