Ok. That leaves me with one question. There are binary files and executive files for notepad. What exactly should I download onthe notepad site. And does notepad have as many console commands as torque?
Uhmm, try executive.
Let me explain how scripting on Blockland works.
Blockland is made with Torque Game Engine. It is not possible to change main code of the game, so we use scripts. Scripts are .cs files, written in Torque Script. When a script is loaded, its new functions are added to the game.
So how do you create "scripts". Its simple. Open any plain text editor, and start scripting. When you are done, you save the file as a .cs file and package it, and put it in your add-ons folder.