In case you were wondering, there are a few syntax highlighting plugins for Torque Script, available
here, created by a fellow blocklander and
here.
I don't use Notepad++ so I don't know how to import these, however Greek2Me provided instructions in his post so I'll just quote that:
- download file
- open Notepad++
- in the View menu, click "User Defined Dialogue..."
- Click Import and select the file you downloaded
- restart Notepad++
- in the Language menu, you should now see a language called Torquescript at the bottom. Select it, and you're ready to go.
As for learning Torque Script, there aren't really many tutorials out there, however there is documentation on the language that you can find
here, read through that a couple of times and experiment with the examples ( because there is no better way to learn than practice ;) ).
Then once you're familiar with the languages basics, start reading the code to other add-ons(this is crucial for understanding how to create weapons) written for blockland, experiment with the code to see how changing X effects Y, then once you're familiar with how code works; apply that knowledge in your own projects, starting small and expanding on your idea as you learn more.