View Single Post
  #1  
Old 03-16-2003, 01:00 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
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?
__________________
Skyld
Reply With Quote