Author Topic: Colorset script question  (Read 921 times)

In a colorset.txt can you put
Code: [Select]
red# green# blue#  //xxWhere "xx" is can you put things that don't mess up the colorz? I don't know too much C++

Yes, Anything after // is a comment and ignored by the engine.

And p.s.:  It's Torquescript, not C++.

Torquescript is based on C++, That much I do know.

Thank you.

Mmm, kinda.  The TorqueScript interpreter / compiler is written in C++, but TorqueScript is its own scripting language.