Author Topic: scripting / modelling questions  (Read 613 times)

So I've been reading this C# book and making some programs using C#, then I suddenly remembered that Blockland's files are .cs (c sharp) files.

My question is, is TorqueScript C#? The identical I've seen is the notes (//) and the .cs files.

My modelling question is, is it possible to model bricks and stuff using SketchUp (not pro)? If so, is there any special templates and stuff I need to know?

Thanks.

step 1. notice that the keyword "static" is never used in torquescript
step 2. realize that because of step 1, Torquescript ≠ C#
QED

My question is, is TorqueScript C#? The identical I've seen is the notes (//) and the .cs files.

Yes, the way comments are started is a good way to check whether two languages are similar

step 1. notice that the keyword "static" is never used in torquescript
step 2. realize that because of step 1, Torquescript ≠ C#
QED
okay. is there any torquescript guides?


okay. is there any torquescript guides?


What do you think the answer to that is

okay. is there any torquescript guides?
The coding help forum is literally the #1 resource for torquescript on the entire internet. Ask any questions there and you'll be sure to get an answer.

The coding help forum is literally the #1 resource for torquescript on the entire internet. Ask any questions there and you'll be sure to get an answer.
Okay thanks.