Erik Hofman said:Jim Wilson wrote:Erik Hofman said:It's easy to do with a tiny Nasal script, which remains visible when a property (/sim/initialized ?) is false.
Wouldn't that end up getting invoked every frame for the life of the program? This is just a one shot thing.
No, a Nasal program is in essence a one-shot program. With some tricks it is possible to get it running forever (during FlightGear's execution time)..
Ah ok. Sounds good. How do I launch the script then?
One method (and probably the easiest one) is to put the file in FlightGear/data/Nasal. It will then automatically be invoked at startup.
Erik
_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
