Author Topic: Comment Creator  (Read 505 times)

So, I was thinking of something like-

You would type in a piece of code into a box and it would generate a comment for it.

Example-

I type this into the box-

%Something = 3;

I press a button that says generate,

It generates text below that says

//create a local variable called "Something" with the value of 3.


It would have to know the Synax of torquescript. And it could also work for other codes.

................and the point is?

................and the point is?

I don't understand your question.

I just thought it would be nice for people who are to lazy to do it thereselves.
« Last Edit: April 18, 2014, 04:10:40 PM by Ducky duck »

So you want to convert TorqueScript to English?

...why?

So you want to convert TorqueScript to English?

...why?


I just thought it would be nice for people who are to lazy to do it thereselves.



draw_text(0,0,"This thread is redundant!");
« Last Edit: April 18, 2014, 04:45:25 PM by Zanaran2 »

draw_text(x,y,"This thread is redundant!");

x and y aren't defined.