Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
BC-Central Official Discord Server
https://discord.com/invite/ANRZK6pkvP
Home
Help
Search
Downloads
Login
Register
Bridge Commander Central
»
BC Forums
»
BC Scripting
»
forget exactly how this is done: removing glow suffix
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: forget exactly how this is done: removing glow suffix (Read 1768 times)
Starforce2
Master Hardpointer
Retired Staff
Posts: 1488
Cookies: 883
Skype: LizardWranger
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?
Logged
I just realised something. I've released over 300 fully modded ships for bridge commander. Bow to your master
Read my mod blog!
http://bcs-tng.com/forums/index.php?action=viewblog;u=1129
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.
Logged
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...
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Bridge Commander Central
»
BC Forums
»
BC Scripting
»
forget exactly how this is done: removing glow suffix