Author Topic: A good TorqueScript guide  (Read 1631 times)

Hi...I want to make an SS13 gamemode. I have no skill in TorqueScript whatsoever. Please link me to a good TorqueScript guide.  :panda:
« Last Edit: July 10, 2010, 11:36:06 AM by frogger3140 »

if you have no skill why are you trying

if you have no skill why are you trying
Because I want to


Its good he's trying. First i recommend download Crimson Editor. It is a very great editing software. Here is the link:
http://www.crimsoneditor.com/

I have learned most of my scripting skills looking over other scripts. Here's how to get it in Blockland.First your going to have to right click your Blockland shortcut and click properties. Then hit Open File Location.
Go to your Add-Ons folder. Click File...New....Folder.... Name it anything Lets say its name is Script_First
Open the folder and put in three new text documents. Name the first one Description There you type this in.

Name: Script_Me
Author: frogger3140

Save that when your done and name the second one nameCheck. There you type in the name.
Script_Me

Name the third one server.cs


Now right click server.cs Hit Open With>Crimson Editor.

There you type you're script. That is how you make it and make sure you zip. the file. A good reference for scripts is here:
http://www-rohan.sdsu.edu/~stewart/GPGT/Appendix%20A%20-%20Quick%20References.pdf

i'm going to try scripting too. I've started learning with small steps.
For example, try editing scripts for a start, before actually writing your own.