Bridge Commander Central

BC Forums => BC Scripting => Topic started by: Starforce2 on December 21, 2010, 03:52:12 PM

Title: forget exactly how this is done: removing glow suffix
Post by: Starforce2 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?
Title: Re: forget exactly how this is done: removing glow suffix
Post by: X_TheUnknown_X 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.
Title: Re: forget exactly how this is done: removing glow suffix
Post by: JimmyB76 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...