Page 1 of 1

How to call another program in a macro?

Posted: 18.11.2014 22:07
by caiosc
I think this maybe kind of a simple questions, but I couldn't find the answer in Stealth manual.

Is it possible to call another program in a macro?

For instance, I have 2 scripts, 1 for Blacksmithy and another for Mining. Is it possible to call Mining after my ingots are done in the Blacksmithy macro?

Thank you in advance!

Re: How to call another program in a macro?

Posted: 18.11.2014 22:24
by Vizit0r
no.
write all in 1 script.

if you want to make part of script in separated files - "uses" + .pas files will help you.

Re: How to call another program in a macro?

Posted: 18.11.2014 22:32
by caiosc
Got that!
Thank you!