Is there a function similar to Execute that returns a concatenatable string, rather than sending directly to world?
I am trying to make an alias that is capable of executing other aliases, and appending the output to another string, for ordering charmed followers. i.e., if I have an alias:
fs *
which sends:
cast 'flame shroud' %1
Then I would like to be able to have a second alias that lets me do something like:
oc fs *
and have it send:
order charmie cast 'flame shroud' %1
I am trying to make an alias that is capable of executing other aliases, and appending the output to another string, for ordering charmed followers. i.e., if I have an alias:
fs *
which sends:
cast 'flame shroud' %1
Then I would like to be able to have a second alias that lets me do something like:
oc fs *
and have it send:
order charmie cast 'flame shroud' %1