Honestly I've been familiarizing about phrases, commands, macros and events...etc. I've watched some vids and streamed to tv while configuring, which helped with an event trigger today. VC continues to amaze.
I've tried to google search and search the forums and wiki. I've trolled the Action Selection Tree and the LCB Tried to get the semantics straight, but maybe I'm not searching right, but I'll risk asking anyways
As I interpret it, Macros as VC refers to them are a stored procedure of 1 or more commands.
What I'm curious is and couldn't find was can you call a custom command(macro) from in a macro?
I know I could brute force it but what I was curious is.
This is not what I want to do, but heres a example scenario to hopefully better suggest what I mean.
Such as with XBMC there is commands such as:
Generate XML
Play Movie "Sintel"
Get Subtitles...etc.
Those are separate custom Macros built on the native commands provided by VC.
is it possible to make one Macro that calls all those?
Macro1
- Generate XML
- Play Movie "Sintel"
- What movie is this...etc.
So you could say SuperMacro, and it would do all 3? I know you could obviously make a macro w/ all the commands of each but just curious if you could call an existing macro from within another one?
Sorry I hope this is clear and I did effort to find the solution, if possible, myself but was unsuccessful. Using VC2v1.9.2.1
I was actually thinking this could make VC useful for repeatable tests/ configuring scenarios in other programs.