Author Topic: block comments in tables  (Read 2041 times)

0 Members and 1 Guest are viewing this topic.

Offline Nuke

  • Ka-Boom!
  • 212
  • Mutants Worship Me
block comments in tables
would it be hard to add block commet capability to ships tables, that way i can disable portions of the tablles without commenting out every line? it would make mod troubleshooting abit easyer.
I can no longer sit back and allow communist infiltration, communist indoctrination, communist subversion, and the international communist conspiracy to sap and impurify all of our precious bodily fluids.

Nuke's Scripting SVN

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
block comments in tables
One of the recent builds does modular tables. Surely that's much better :D
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
block comments in tables
Reading the code, it looks like this is already implemented. Have you tried using /* and */ like this?
Code: [Select]
/* I'm a little block comment, short and stout. This is my start point,
this is my end. */
-C

 

Offline Nuke

  • Ka-Boom!
  • 212
  • Mutants Worship Me
block comments in tables
thats how you do block comments in c but i want to have something similar to use in tables, this is just to aid in mod development.
I can no longer sit back and allow communist infiltration, communist indoctrination, communist subversion, and the international communist conspiracy to sap and impurify all of our precious bodily fluids.

Nuke's Scripting SVN

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
block comments in tables
That's what I mean, you should be able to use /* and */ in tables.
-C

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
block comments in tables
WMCoolmon is right, everything between /* and */ in a table is considered a comment and ignored.

 

Offline Nuke

  • Ka-Boom!
  • 212
  • Mutants Worship Me
block comments in tables
oh goodie, thanks :D
I can no longer sit back and allow communist infiltration, communist indoctrination, communist subversion, and the international communist conspiracy to sap and impurify all of our precious bodily fluids.

Nuke's Scripting SVN

 

Offline Taristin

  • Snipes
  • 213
  • BlueScalie
    • Skelkwank Shipyards
block comments in tables
Hmmm... convienient...
Freelance Modeler | Amateur Artist

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
block comments in tables
*Wonders how long this has been in there. :p*
-C

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
block comments in tables
Quote
Originally posted by WMCoolmon
*Wonders how long this has been in there. :p*

*Thinks back to porting FS1 two years ago and getting the original tables to work.  Remembers same comment blocks there as well.*

I'd have to say: "A good long while." :lol: