startup

Asked by Jim Todd

How can I use the startup script to execute another stellarium script? Can you call from one script to another?

Question information

Language:
English Edit question
Status:
Solved
For:
Stellarium Edit question
Assignee:
No assignee Edit question
Solved by:
Matthew Gates
Solved:
Last query:
Last reply:
Revision history for this message
Best Matthew Gates (matthew-porpoisehead) said :
#1

This feature is not presently working, so you can't. :(

Revision history for this message
Matthew Gates (matthew-porpoisehead) said :
#2

I mean the startup script feature. You can use

Include("some_file.inc"); in your script to insert text from another file into your existing script. The intention is to make it possible to re-use code in this manner. The "screensaver.ssc" script provides an example of this.

Revision history for this message
Jim Todd (jtodd) said :
#3

Thanks Matthew Gates, that solved my question.