I want to be able to use mack for some simple Tell's, but also have some logic that requires if application X is running before calling a tell in the same tool.
Either the ability to call mack.If and pass in a Tell if it tests true, or simply to be able to pass and entire script as a string to mack. mack.Run(script string) or something along those lines would be handy