Manual execution - how do you use it?

Discuss Lemur and share techniques.
Post Reply
hodok
Newbie
Posts: 21
Joined: 15 Jan 2013 14:39

Manual execution - how do you use it?

Post by hodok »

Can you give me some examples of using Manual execution mode? I need one script to tell the other script to run, but not guessed how.
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

Re: Manual execution - how do you use it?

Post by Softcore »

You just "call" the manual script in the other script like so:


NameOfScript();
Post Reply