Another STUPID Question!
Posted: 23.06.2008, 15:38
Okay, you already know that I'm Brain-Dead, so I'll just skip to the point of this message...
The following can be used to clear all of the labels associated with the respective objects.
What I'd like to be able to do involves the location labels.
Is there any way to control these from within a CEL script, or a CELX script which can be called from within a CEL script?
In other words, I would very much like to be able to clear the labels associated with cities, craters, etc. Perhaps in the
following manner:
Is possible yet? Am I missing something obvious here?
I know that we can press the "&" to remove ALL of the location labels, but I'm curious to know how one goes about controlling each of these items.
Any help here?
The following can be used to clear all of the labels associated with the respective objects.
Code: Select all
labels {clear "moons|planets|spacecraft|stars|nebulae"}
labels {clear "asteroids|comets|constellations|galaxies|openclusters"}
What I'd like to be able to do involves the location labels.
Is there any way to control these from within a CEL script, or a CELX script which can be called from within a CEL script?
In other words, I would very much like to be able to clear the labels associated with cities, craters, etc. Perhaps in the
following manner:
Code: Select all
locations {clear "cities|craters"}
Is possible yet? Am I missing something obvious here?
I know that we can press the "&" to remove ALL of the location labels, but I'm curious to know how one goes about controlling each of these items.
Any help here?