Game Development Community

Some question about the script

by Khoi Nguyen Duy Minh · in Torque Game Builder · 10/08/2011 (4:53 pm) · 2 replies

Hey, I'm a newbie to TGB and I wanna ask you somethings:
What script of TGB is? I believed it is C++, but in my project folder, it had a type name:cs.Then what the script is? C++ or C#?
What will I use to compile the script file? I installed VS2008 but will it compile the file with C# type but not the C++ type?
May I rename the type name of file to cpp?
Tks for reading and reply and sorry for the bad English, I'm Vietnamese

About the author

Recent Threads


#1
10/08/2011 (6:22 pm)
@Khoi - The language is TorqueScript. It is a custom language written for Torque. It is like C, which is why it has the extension .cs (C Script).

Introduction

Syntax Guide
#2
10/08/2011 (9:20 pm)
Oh thank you very much, sir.