Author Topic: Learning Torque Script  (Read 668 times)

I just started learning torque script from here http://www.freewebs.com/torquescript/ and I have two problems:

In the first section, when I try to execute my .cs file it says that my file isn't in a default directory.

In the GUI section, it says that I have to press f10 to open the GUI Editor, but when I press it nothing happens.

Any solutions?

In the first section, when I try to execute my .cs file it says that my file isn't in a default directory.
Stick the script in base/

It tells me that sample.cs file is missing.

It tells me that sample.cs file is missing.
Because you moved the script.

So, I have to do it again?

Fixed the GUI Editor problem.