Bridge Commander Central
BC Forums => BC Scripting => Topic started 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?
-
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.
-
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...