It looks like you're new here. If you want to get involved, click one of these buttons!
Ok so im looking to hopefully get some help here.
I am looking at how to make it where I can use a macro inside a macro.
The first macro is something that I will be using over and over again and then just the end part changes. I will be using this more than once and dont want to enter the same stuff over and over and over again.
So what I want to do.
1. Have macro
Macro1
2. Have a macro play Macro 1 and add stuff to it.
Macro1 xxxxxxx
Macro1 xxxxxx
Macro1 xxxxxx
etc.
So I pretty much need about 100+ of macro 1 which can get annoying typing over and over again and then I would need macro 2 to be used a few times so just having macro 1 and me manually enter in the 100+ lines about 10 times would take forever.
Hopefully this isnt confusing.
Comments
Please tell me this isn't for a game.
If so, please tell me which game so I can avoid it.
Some kind of data entry?
If you're using it in Word, Excel or the like, I would suggest using their macro systems.
But no, I don't know much about Razor macro'ing, sorry.
You might want to look into AutoIt. It is basically a dumbed-down version of C for automation and program interaction.
Thanks Ill check that out. I just made it where I made a macro on my keyboard and when I was making my second macro would just push that to go off and then add in whatever I needed, rinse and repeat.
Just a pain in the ass.