Jump to content

TorqueScript

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alvin Seville (talk | contribs) at 17:22, 5 January 2014 (removing and categorizing). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

TorqueScript is a scripting language used by the computer game, Blockland. Similar to C++ and C#, TorqueScript is a powerful entry-level scripting language that can allow complex features to be created. In order to begin learning how to write your own scripts for Blockland, you must first understand how to structure an Add-On.[1]

OR

TorqueScript (TS) is a coding language designed specifically for the Torque Game Engine (TGE). It's similar to javascript, so if you're familiar with that, this should be very easy.

It's a really simple language, not designed to do complex coding, but very useful if you're looking into either creating, modding, or simply fooling around with a TGE game.[2]

References