How do I launch a script on start up?

Wondering how to accomplish a certain animation task? Ask here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
jasonrfox
Posts: 8
Joined: Mon Mar 14, 2005 5:29 am

How do I launch a script on start up?

Post by jasonrfox »

I want to launch Moho automatically and immediately execute a LUA script. How can this be accomplished?

Does Moho accept any command line options?

Will the command line batch exporter mentioned by LM in the past exist soon?

Can the GUI based batch export be invoked and populated using LUA?

thanks for any advice.
Jason
User avatar
Lost Marble
Site Admin
Posts: 2347
Joined: Tue Aug 03, 2004 6:02 pm
Location: Scotts Valley, California, USA
Contact:

Re: How do I launch a script on start up?

Post by Lost Marble »

jasonrfox wrote:I want to launch Moho automatically and immediately execute a LUA script. How can this be accomplished?
You can't. Lua scripting is limited to tools in the Tools window and menu commands in the Scripts menu. Both of these only get invoked when a user specifically works with them.
jasonrfox wrote:Does Moho accept any command line options?
No.
jasonrfox wrote:Will the command line batch exporter mentioned by LM in the past exist soon?
Probably not "soon", but I can't really be more specific.
jasonrfox wrote:Can the GUI based batch export be invoked and populated using LUA?
No.
Post Reply