Forums Index >> Modding >> Scripting Clarification
Page : <1> :
If you have not allready done so read both Learn To Script Series and Scripting For Torque Game Engine .
Monday, August 22, 2005 at 9:06:26 AM
Page : <1> :
I am learning how to script, and am learning fast. I've already scripted a simple command for dedicated server use. But inorder to fully understand scripting, I have been looking at C++ tutorials. Many of them include strange commmands(such as "cout<<" for displaying text, and naming a functions seems to bwe in this text(instead of function () ): #unclude <iostream>(this is hpow they put it in the tutorial.).
But, the tutorial has many vocabulary words that I know are used in TT scripting: arrays, etc.
You probably think this is pretty stupid, but sometimes I think to hard about small details, because I don't want anyting to go wrong in the end. If someone who already scripts, or knows the anwser to the following queston, please list terms used in TT scripting?
THX
~CS~