To add on for anyone looking for a further explanation, here was my solution:
Create a new macro, maybe MacroRunner.js or something like that. Make sure it's a .js and not .iim
Simply add the following lines to run the macros in order
iimPlay("FirstMacro");
iimPlay("SecondMacro");
iimPlay("ThirdMacro");
---------------------------
What I usually do is run my macros for different sites; twitter, pinterest etc. then end it with the AddMeFast macro posted in these forums. That one is an infinite loop that generates points. This way once it does what it has to it racks up points until I run it again.
What I would like to eventually do is have it run the macros once every say 4-12 hours (at random) but that one's turning out to be a challenge