So I was just in game, setting up hotkeys again on one of my characters, and got to the Follow Me key.
That's the simple hotkey:
Or something like that. Which I have to add for every toon that I'll ever want to drive with.
So I took a look at macroquest.ini, and found the Aliases section. I added:
With this, I can simply type "/followme" in game, or use /followme in a hotkey.
Is there anything dangerous or wrong about adding commands like that to MacroQuest.ini?
That's the simple hotkey:
Rich (BB code):
/bca //Target Me
/pause 5
/bca //Stick
Or something like that. Which I have to add for every toon that I'll ever want to drive with.
So I took a look at macroquest.ini, and found the Aliases section. I added:
Rich (BB code):
/followme= /multiline ; /bca //Target ${Me.CleanName} ; /timed 50 ; /bca //Stick
With this, I can simply type "/followme" in game, or use /followme in a hotkey.
Is there anything dangerous or wrong about adding commands like that to MacroQuest.ini?

