Author Topic: What script do add-ons use?  (Read 664 times)

What script do Blockland .cs add-ons use?
(C++, Basic, Etc.)
Thanks


Long/Complicated Answer: TorqueScript is an object-orientated C-Style language made for the Torque Game Engine, which Blockland is based on. Badspot has made a few modifications to the engine and made new functions (mainly from which folders you can execute Add-Ons/files), but the general syntax remains the same.