Author Topic: forget exactly how this is done: removing glow suffix  (Read 1001 times)

Offline Starforce2

  • Master Hardpointer
  • Retired Staff
  • Posts: 1483
  • Cookies: 882
  • Skype: LizardWranger
    • Facebook
forget exactly how this is done: removing glow suffix
« on: December 21, 2010, 03:52:12 PM »
do I put the word "none" between the quotes where it says "_glow" or do I just delete the _glow and Leave the "" or do I deleted the whole thing and write none between the comma?
I just realised something. I've released over 300 fully modded ships for bridge commander. Bow to your master :D
Read my mod blog!
http://bcs-tng.com/forums/index.php?action=viewblog;u=1129

Offline X_TheUnknown_X

  • Posts: 325
  • Cookies: 328
  • (Semi) Retired
Re: forget exactly how this is done: removing glow suffix
« Reply #1 on: December 21, 2010, 04:20:32 PM »
It should just be: None . No quotes (they denote a text string), capital N (python is very case sensitive). If you're using a program that highlights code, None values should appear in a different colour / font. I assume this is in the ship PY file.

Offline JimmyB76

  • Posts: 6423
  • Cookies: 421
Re: forget exactly how this is done: removing glow suffix
« Reply #2 on: December 21, 2010, 05:06:21 PM »
have you tried commenting out the whole line?  (putting a # in front of the line)
im not sure if that would work; first thought i had...