Author Topic: Where to learn torque script?........  (Read 1371 times)

I want to learn torque script, but where do I start? I mean, Amade and all the other add-on makers had to learn somewhere. Where did YOU learn to torque script?(I'm asking all the scripters.)

    Thanks,

           Rein

Look at other's scripts, find out what they do, learn from there.

I used to be a complete noob to what a script was. But then i learned from looking at other scripts and looking things up on google.

So, basically, just learn bit by bit from others code and google. Great, thanks guys.

And if you have a question that for some reason can't be answered by looking at other's scripts or Googling, you can always post your ailment in the Coding Help section.

I have scripted before I learned torque.
I did it in 3 steps:

1. Look at some tutorials for C++ (almost the same as Torque)
2. Look at other scripts and try to understand them (Also look at the other syntax!)
3. Make a simple slash-Command and go on with more difficult stuff