Scout Archive
Thread: Loading text files in a macro?
Is it possible for me to load a text file to my macro. Ex. me writing my macro in notepad so I can put and paste..Then typinga command in the macro to load that file??
If so tell me the procedure.
Also, is there a limit of spaces/words in a micro? All of a sudden I couldn't type anymore in my macro..
thanks
Lu,
I'm not sure if this is possible, as it would require you doing an alt tab.
Probably the best thing to do is type it out, print it, and then recopy it in the game. More typing, but it'll save you a lot of time surfing the boards to find the "elegant" solution. ![]()
B
Yes this can easily be done . Save a text file in your SWG directory, we'll call it mac1.txt, when you write the macro name the macro by using this format
macnane : /command1; /command2;
Whatever you need. Then in game in the chat bar use /load mac1.txt.This will allias the macro allowing you to type /macname to use your macro. You can then do an in game macro for a hotkey that launches /macname. The problem with this is that you have to load all your macros when you come back into the game so I macro this as well by makeing one more macro text file with a bunch of /load commands to load all my macros. There is a link on here somewhere that has a better example of doing this but I don't have the link, I'm on work PC.
macnane : /command1; /command2;
I don't understand that could you explain it a little more?