Ok here is how to do aliased macros like unattended sampling first create a text file in your SWG dir call it whatever mine is called macros.txt now in that file create your first macro here is mine
macro1: /stand; /pause 1; /sample; /pause 800; /sit; /pause 300; /stand; /pause 1; /sample; /pause 800; /sit; /pause 300; /stand; /pause 1; /sample; /pause 800; /sit; /pause 300; /stand; /pause 1; /sample; /pause 800; /sit; /pause 300; /stand; /pause 1; /sample; /pause 800; /sit; /pause 300; /macro2;
Now the macro1: is the macro alias name so keep it like that this has to be on 1 line and there has to be a ; after each command this allows me to sample at the end you see /macro2; that calls my 2nd alias in that file called macro 2 here it is
macro2: /stand; /pause 1; /sample; /pause 800; /sit; /pause 300; /stand; /pause 1; /sample; /pause 800; /sit; /pause 300; /stand; /pause 1; /sample; /pause 800; /sit; /pause 300; /stand; /pause 1; /sample; /pause 800; /sit; /pause 300; /stand; /pause 1; /sample; /pause 800; /sit; /pause 300; /macro3;
Each alias has to be its own line you can do that over and over as much as you want then the last one you don't need to call a macro as recursive does not function after you have made your file and saved it in your root SWG dir same dir as the exe's and dll's then go in game when in game do /load macros.txt (or whatever you called the text file) and it will say aliases loaded then just call the first macro in my case it is macro 1 so I do /macro1 and off we go. Btw the /pauses are in seconds so 800 is 800 seconds